From 783806a486b01acdda311431aaa9721120281137 Mon Sep 17 00:00:00 2001 From: Zyad Hassan Date: Mon, 25 Nov 2024 16:48:07 -0800 Subject: [PATCH] Update deny.toml --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index e90324704993..0347d4ac177a 100644 --- a/deny.toml +++ b/deny.toml @@ -22,7 +22,7 @@ confidence-threshold = 0.8 # All these exceptions should probably appear in: tools/build-kani/license-notes.txt exceptions = [ - { name = "unicode-ident", allow=["Unicode-DFS-2016"] }, + { name = "unicode-ident", allow=["Unicode-3.0"] }, { name = "rustc_apfloat", allow=["Apache-2.0 WITH LLVM-exception"] }, ]