Update deny.toml for more duplicates

This commit is contained in:
asonix 2025-07-24 13:56:43 -05:00
parent 74690d2249
commit a165e3fad3

View file

@ -230,6 +230,11 @@ skip = [
"parking_lot_core",
"regex-automata",
"regex-syntax",
"serde_spanned",
"socket2",
"toml",
"toml_datetime",
"tonic",
"tower",
# Ignore duplicates for systems we don't target
@ -237,6 +242,15 @@ skip = [
"windows-sys",
#"ansi_term@0.11.0",
#{ crate = "ansi_term@0.11.0", reason = "you can specify a reason why it can't be updated/removed" },
"windows-targets",
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc"
]
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive