diff --git a/deny.toml b/deny.toml index 7a6475b5998..9d37b6996ba 100644 --- a/deny.toml +++ b/deny.toml @@ -13,7 +13,9 @@ yanked = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ - "RUSTSEC-2024-0436", + "RUSTSEC-2024-0436", # paste - no longer maintained https://github.com/libp2p/rust-libp2p/pull/6260 + "RUSTSEC-2025-0141", # Bincode is unmaintained + "RUSTSEC-2026-0049", # CRLs not considered authoritative by Distribution Point due to faulty matching logic ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories