From b187ef7ad1f63165897e9e405fa76401692d5d1b Mon Sep 17 00:00:00 2001 From: Max Whitehead Date: Mon, 7 Oct 2024 18:00:29 -0700 Subject: [PATCH] fix: ignore unmaintined advisory for proc-macro-error #479 --- deny.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deny.toml b/deny.toml index 2a47d84bae..070e6a606a 100644 --- a/deny.toml +++ b/deny.toml @@ -31,3 +31,9 @@ github = ["gschup"] name = "ring" expression = "MIT AND ISC AND OpenSSL" license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] + + +[advisories] +ignore = [ + "RUSTSEC-2024-0370", # no upgrade available - https://github.com/fishfolk/bones/issues/479 +]