From 5754435504c63a3a82bcb77441e056bec83ba1eb Mon Sep 17 00:00:00 2001 From: Dmitry Lavrenov Date: Thu, 13 Feb 2025 18:12:59 +0300 Subject: [PATCH] Safely update ignore deps list at deny.toml --- deny.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deny.toml b/deny.toml index 72441309d..cf55e758d 100644 --- a/deny.toml +++ b/deny.toml @@ -22,14 +22,10 @@ ignore = [ "RUSTSEC-2024-0344", # TODO(#723): update the ed25519-dalek 1 internal dependency to 2.0.0+ "RUSTSEC-2022-0093", - # TODO(#742): vulnerable webpki. - "RUSTSEC-2023-0052", # TODO(#1013): vulnerable rustls. "RUSTSEC-2024-0336", # TODO(#1197): update the sqlx internal dependency to 0.8.1+ "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", ]