chore: make cargo-deny happy

This commit is contained in:
link2xt
2025-03-08 01:28:18 +00:00
committed by l
parent 6a29cca349
commit d2e1e57890
2 changed files with 8 additions and 3 deletions

View File

@@ -12,6 +12,12 @@ ignore = [
# DNSSEC validation that we don't use anyway.
"RUSTSEC-2025-0006",
# Unmaintained backoff
"RUSTSEC-2025-0012",
# Unmaintained paste
"RUSTSEC-2024-0436",
]
[bans]
@@ -75,7 +81,6 @@ allow = [
"ISC",
"MIT",
"MPL-2.0",
"OpenSSL",
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib",