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

4
Cargo.lock generated
View File

@@ -5045,9 +5045,9 @@ dependencies = [
[[package]] [[package]]
name = "ring" name = "ring"
version = "0.17.9" version = "0.17.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75ec5e92c4d8aede845126adc388046234541629e76029599ed35a003c7ed24" checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee"
dependencies = [ dependencies = [
"cc", "cc",
"cfg-if", "cfg-if",

View File

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