From f41f6966789c711022e988b3bf764970b823680f Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Mon, 23 Mar 2026 19:15:01 +0900 Subject: [PATCH] Add new security advisories to deny.toml (#3984) * Add new security advisories to deny.toml For old rustls. * Add more --- deny.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index f775089f4..b8dcd8f38 100644 --- a/deny.toml +++ b/deny.toml @@ -41,5 +41,8 @@ executables = "deny" ignore = [ "RUSTSEC-2024-0336", "RUSTSEC-2025-0009", - "RUSTSEC-2025-0010" + "RUSTSEC-2025-0010", + "RUSTSEC-2026-0044", + "RUSTSEC-2026-0048", + "RUSTSEC-2026-0049" ]