From af11dd073be750d5ef9802281cbf77a5d04f3928 Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Wed, 1 Oct 2025 16:19:31 +0530 Subject: [PATCH] update deny.toml --- deny.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/deny.toml b/deny.toml index fc40d7e1e..3507dff6a 100644 --- a/deny.toml +++ b/deny.toml @@ -1,8 +1,5 @@ [advisories] version = 2 ignore = [ - { id = "RUSTSEC-2024-0370", reason = "Disabling because it is not a real vulnerability. The crate proc-macro-error is just unmaintained." }, - { id = "RUSTSEC-2024-0384", reason = "Disabling because it is not a real vulnerability. The crate instant is just unmaintained." }, - { id = "RUSTSEC-2025-0012", reason = "Disabling because it is not a real vulnerability. The crate backoff is just unmaintained." }, { id = "RUSTSEC-2024-0436", reason = "Disabling because it is not a real vulnerability. The crate paste is just unmaintained." }, ]