Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
Loading