diff --git a/deny.toml b/deny.toml index 47eae6d..89807d4 100644 --- a/deny.toml +++ b/deny.toml @@ -71,6 +71,7 @@ feature-depth = 1 # output a note when they are encountered. ignore = [ { id = "RUSTSEC-2024-0365", reason = "Can't update due to MSRV" }, + { id = "RUSTSEC-2024-0384", reason = "Sled 0.34.7 dependency" }, #"RUSTSEC-0000-0000", #{ 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 @@ -216,33 +217,20 @@ skip = [ "hashbrown", "heck", "http", - "http-body", - "hyper", "indexmap", "matchit", + "miniz_oxide", "parking_lot", "parking_lot_core", "regex-automata", "regex-syntax", "siphasher", - "syn", "sync_wrapper", + "tower", # Ignore duplicates for systems we don't target "redox_syscall", "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", #{ crate = "ansi_term@0.11.0", reason = "you can specify a reason why it can't be updated/removed" }, ]