diff --git a/deny.toml b/deny.toml index cb25941..9551787 100644 --- a/deny.toml +++ b/deny.toml @@ -104,7 +104,7 @@ confidence-threshold = 0.8 exceptions = [ # Each entry is the crate and version constraint, and its specific allow # list - #{ allow = ["Zlib"], name = "adler32", version = "*" }, + { allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" }, ] # Some crates don't have (easily) machine readable licensing information,