summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--deny.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index 0d2392a9e8..013c898dac 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",
]