From 6678b203526a0e4d243f4a6322ecf41965601964 Mon Sep 17 00:00:00 2001 From: Dmitry Lavrenov Date: Wed, 11 Dec 2024 13:20:18 +0300 Subject: [PATCH] Temporarily ignore RUSTSEC-2024-0421 --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index 18ccfcec1..72441309d 100644 --- a/deny.toml +++ b/deny.toml @@ -30,6 +30,8 @@ ignore = [ "RUSTSEC-2024-0363", # TODO(#1352): update the hashbrown internal dependency to 0.15.1+ "RUSTSEC-2024-0402", + # TODO(#1361): update the idna internal dependency to 1.0.0+ + "RUSTSEC-2024-0421", ] [licenses]