From 6a7118e535d78a514b2192f87e36353761099f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 10 Sep 2024 09:03:19 +0300 Subject: [PATCH] deny: Ignore proc-macro-error being unmaintained See https://github.com/yanganto/test-with/issues/91 Part-of: --- deny.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deny.toml b/deny.toml index 1e680c83..c3c0888a 100644 --- a/deny.toml +++ b/deny.toml @@ -10,6 +10,9 @@ ignore = [ "RUSTSEC-2021-0145", # sodiumoxide is deprecated "RUSTSEC-2021-0137", + # proc-macro-error is unmaintained + # https://github.com/yanganto/test-with/issues/91 + "RUSTSEC-2024-0370", ] [licenses]