From d695e3556eb0850633c8791f12c0bfd7c83c28b0 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 8 Mar 2025 01:28:18 +0000 Subject: [PATCH] chore: make cargo-deny happy --- Cargo.lock | 4 ++-- deny.toml | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59455d4b42..92519274b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5045,9 +5045,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.9" +version = "0.17.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e75ec5e92c4d8aede845126adc388046234541629e76029599ed35a003c7ed24" +checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee" dependencies = [ "cc", "cfg-if", diff --git a/deny.toml b/deny.toml index 85f462e696..e3859958d2 100644 --- a/deny.toml +++ b/deny.toml @@ -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",