diff --git a/deny.toml b/deny.toml index 6ca45ce..953cedd 100644 --- a/deny.toml +++ b/deny.toml @@ -93,7 +93,6 @@ allow = [ "Apache-2.0", "BSD-3-Clause", "BSL-1.0", - "MIT-0", "MIT", "Unicode-3.0", "Unlicense", @@ -205,8 +204,7 @@ deny = [ # Certain crates/versions that will be skipped when doing duplicate detection. skip = [ - "syn@1.0.109", - "windows-link@0.1.1", + "syn", "windows-sys@0.59.0", #"ansi_term@0.11.0", #{ crate = "ansi_term@0.11.0", reason = "you can specify a reason why it can't be updated/removed" },