diff --git a/deny.toml b/deny.toml index e7e2411ad3..1cbb848a23 100644 --- a/deny.toml +++ b/deny.toml @@ -8,10 +8,6 @@ ignore = [ "RUSTSEC-2024-0436", # https://rustsec.org/advisories/RUSTSEC-2025-0141 bincode is unmaintained "RUSTSEC-2025-0141", - # https://rustsec.org/advisories/RUSTSEC-2026-0118 vulnerable DnssecDnsHandle code was - # moved from hickory-proto to hickory-net in 0.26.0; we use hickory-net 0.26.1 which has - # the fix, and no patched hickory-proto release exists - "RUSTSEC-2026-0118", ] # This section is considered when running `cargo deny check bans`.