mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-09-05 10:07:40 +00:00
Update deny.toml for more duplicates
This commit is contained in:
parent
74690d2249
commit
a165e3fad3
1 changed files with 14 additions and 0 deletions
14
deny.toml
14
deny.toml
|
@ -230,6 +230,11 @@ skip = [
|
||||||
"parking_lot_core",
|
"parking_lot_core",
|
||||||
"regex-automata",
|
"regex-automata",
|
||||||
"regex-syntax",
|
"regex-syntax",
|
||||||
|
"serde_spanned",
|
||||||
|
"socket2",
|
||||||
|
"toml",
|
||||||
|
"toml_datetime",
|
||||||
|
"tonic",
|
||||||
"tower",
|
"tower",
|
||||||
|
|
||||||
# Ignore duplicates for systems we don't target
|
# Ignore duplicates for systems we don't target
|
||||||
|
@ -237,6 +242,15 @@ skip = [
|
||||||
"windows-sys",
|
"windows-sys",
|
||||||
#"ansi_term@0.11.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" },
|
#{ 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
|
# Similarly to `skip` allows you to skip certain crates during duplicate
|
||||||
# detection. Unlike skip, it also includes the entire tree of transitive
|
# detection. Unlike skip, it also includes the entire tree of transitive
|
||||||
|
|
Loading…
Reference in a new issue