From b83bf05d3da6082f54a43fbae689aa8e46fe092a Mon Sep 17 00:00:00 2001 From: Markus Pettersson Date: Fri, 6 Sep 2024 08:52:25 +0200 Subject: [PATCH] Silence RUSTSEC-2024-0370 --- deny.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 0d2392a9e852..013c898dacb6 100644 --- a/deny.toml +++ b/deny.toml @@ -27,7 +27,10 @@ ignore = [ # Ignored audit issues. This list should be kept short, and effort should be # put into removing items from the list. # RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`. - "RUSTSEC-2023-0079" + "RUSTSEC-2023-0079", + # RUSTSEC-2024-0370 - `proc-macro-error` is unmaintained. + # `nftnl 0.6.2` uses `proc-macro-error`. + "RUSTSEC-2024-0370", ]