mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Clean up permitted duplicate crates, allow unmaintained instant crate
This commit is contained in:
parent
f6b3978096
commit
db69f3bb74
1 changed files with 3 additions and 15 deletions
18
deny.toml
18
deny.toml
|
@ -71,6 +71,7 @@ feature-depth = 1
|
||||||
# output a note when they are encountered.
|
# output a note when they are encountered.
|
||||||
ignore = [
|
ignore = [
|
||||||
{ id = "RUSTSEC-2024-0365", reason = "Can't update due to MSRV" },
|
{ id = "RUSTSEC-2024-0365", reason = "Can't update due to MSRV" },
|
||||||
|
{ id = "RUSTSEC-2024-0384", reason = "Sled 0.34.7 dependency" },
|
||||||
#"RUSTSEC-0000-0000",
|
#"RUSTSEC-0000-0000",
|
||||||
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
|
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
|
||||||
#"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
|
#"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
|
||||||
|
@ -216,33 +217,20 @@ skip = [
|
||||||
"hashbrown",
|
"hashbrown",
|
||||||
"heck",
|
"heck",
|
||||||
"http",
|
"http",
|
||||||
"http-body",
|
|
||||||
"hyper",
|
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"matchit",
|
"matchit",
|
||||||
|
"miniz_oxide",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"parking_lot_core",
|
"parking_lot_core",
|
||||||
"regex-automata",
|
"regex-automata",
|
||||||
"regex-syntax",
|
"regex-syntax",
|
||||||
"siphasher",
|
"siphasher",
|
||||||
"syn",
|
|
||||||
"sync_wrapper",
|
"sync_wrapper",
|
||||||
|
"tower",
|
||||||
|
|
||||||
# Ignore duplicates for systems we don't target
|
# Ignore duplicates for systems we don't target
|
||||||
"redox_syscall",
|
"redox_syscall",
|
||||||
"windows-sys",
|
"windows-sys",
|
||||||
"windows-targets",
|
|
||||||
"windows_aarch64_gnullvm",
|
|
||||||
"windows_aarch64_msvc",
|
|
||||||
"windows_i686_gnu",
|
|
||||||
"windows_i686_msvc",
|
|
||||||
"windows_x86_64_gnu",
|
|
||||||
"windows_x86_64_gnu",
|
|
||||||
"windows_x86_64_gnu",
|
|
||||||
"windows_x86_64_gnu",
|
|
||||||
"windows_x86_64_gnu",
|
|
||||||
"windows_x86_64_gnullvm",
|
|
||||||
"windows_x86_64_msvc",
|
|
||||||
#"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" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue