From a9906027e08884d1d72835e0de6e46e5281491d1 Mon Sep 17 00:00:00 2001 From: Mingwei Tian Date: Thu, 5 Sep 2024 11:46:25 -0700 Subject: [PATCH] Allow unmaintained proc-macro-error --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index b1f837e63143e..c5b514a742b35 100644 --- a/deny.toml +++ b/deny.toml @@ -34,6 +34,8 @@ ignore = [ "RUSTSEC-2024-0336", # allow yaml-rust being unmaintained "RUSTSEC-2024-0320", + # allow unmaintained proc-macro-error used in transitive dependencies + "RUSTSEC-2024-0370", ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories