mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-09-03 17:23:50 +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",
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue