From cfbdbbc3eaf9c4d4528b137e2fb8c18d5549934c Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Thu, 23 Apr 2026 18:21:59 +0800 Subject: [PATCH] chore: unignore `RUSTSEC-2026-0097` in `deny.toml` --- deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/deny.toml b/deny.toml index 72905f641e7b..6e91be20b046 100644 --- a/deny.toml +++ b/deny.toml @@ -6,7 +6,6 @@ ignore = [ "RUSTSEC-2022-0061", # parity-wasm is deprecated "RUSTSEC-2024-0436", # paste is unmaintained "RUSTSEC-2025-0141", # bincode is unmaintained - "RUSTSEC-2026-0097", # Rand is unsound with a custom logger using `rand::rng()` ] [licenses]