diff --git a/deny.toml b/deny.toml index 2a928df0..e1c1b51c 100644 --- a/deny.toml +++ b/deny.toml @@ -118,7 +118,7 @@ exceptions = [ # Each entry is the crate and version constraint, and its specific allow # list #{ allow = ["Zlib"], crate = "adler32" }, - { allow = ["WTFPL"], crate = "tun2" }, + { allow = ["WTFPL"], crate = "tun" }, { allow = ["LicenseRef-ring"], crate = "ring" }, ]