diff --git a/deny.toml b/deny.toml index 180d7040..3b5da428 100644 --- a/deny.toml +++ b/deny.toml @@ -58,7 +58,7 @@ confidence-threshold = 0.8 exceptions = [ # Each entry is the crate and version constraint, and its specific allow # list - { allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" }, # Used only by comfy-table in the benchmarks + { allow = ["Unicode-3.0"], name = "unicode-ident", version = "*" }, # Used only by comfy-table in the benchmarks # { allow = ["ISC"], name = "libloading", version = "*" }, # Used only by rocksdb in the benchmarks ]