From bd9b1626aa9ed98659347442080700e45ed355d7 Mon Sep 17 00:00:00 2001 From: Ilka Schulz Date: Mon, 8 Jun 2026 11:07:56 +0200 Subject: [PATCH] remove RUSTSEC-2024-0370 from ignore list as libcrux is no longer used --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 794f7ee3..238f6a85 100644 --- a/deny.toml +++ b/deny.toml @@ -24,7 +24,7 @@ feature-depth = 1 [advisories] # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. -ignore = ["RUSTSEC-2024-0370", "RUSTSEC-2024-0436", "RUSTSEC-2023-0089"] +ignore = ["RUSTSEC-2024-0436", "RUSTSEC-2023-0089"] # If this is true, then cargo deny will use the git executable to fetch advisory database. # If this is false, then it uses a built-in git library. # Setting this to true can be helpful if you have special authentication requirements that cargo-deny does not support.