From 86eb0362211973e6e3b21d95af62c18c578fe4ac Mon Sep 17 00:00:00 2001 From: kilianglas Date: Wed, 15 Apr 2026 16:09:09 +0200 Subject: [PATCH] chore: ignore RUSTSEC-2026-0097 rand 0.8.5 advisory in cargo-deny --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 3ccf7d9c..297317a9 100644 --- a/deny.toml +++ b/deny.toml @@ -44,4 +44,5 @@ ignore = [ "RUSTSEC-2023-0089", # Unmaintained `atomic-polyfill` (2025-06-03) "RUSTSEC-2025-0055", # `tracing-subscriber` < 0.3.20, requires bumps on `semaphore-rs` (and Ark deps) (2025-09-09) "RUSTSEC-2025-0141", # Unmaintained `bincode`, feature complete for now (2026-01-15) + "RUSTSEC-2026-0097", # Unsoundness in `rand` 0.8.5 (transitive dep), only affects custom logger + `rand::rng()` which we don't use (2026-04-15) ]