diff --git a/deny.toml b/deny.toml index 393b0c7..f8a2b50 100644 --- a/deny.toml +++ b/deny.toml @@ -2,10 +2,7 @@ [bans] multiple-versions = "deny" -skip = ["windows_x86_64_msvc", "windows_x86_64_gnu", "windows_x86_64_gnullvm", - "windows_i686_msvc", "windows_i686_gnu", "windows_i686_gnullvm", - "windows_aarch64_msvc", "windows_aarch64_gnullvm", - "windows-targets", "windows-sys"] # Windows crates are all using various versions in `mio`, but should be fine +skip = ["wasi", "getrandom","windows-sys"] [sources] unknown-registry = "deny" @@ -13,7 +10,6 @@ unknown-git = "deny" [licenses] exceptions = [ - { name = "unicode-ident", allow = ["Unicode-DFS-2016"] }, # unique license { name = "ring", allow = ["LicenseRef-ring"] } # ring uses a specific BoringSSL license that does not match the standard text so requires allowing the specific hash ] unused-allowed-license = "allow"