From 3fe5a987b4f6a4c2176fde607c5470b19dfc247b Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sun, 10 Nov 2024 20:49:27 +0100 Subject: [PATCH] chore: fix deny --- deny.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index e8f60461c8527..3aa9b6852a303 100644 --- a/deny.toml +++ b/deny.toml @@ -4,8 +4,8 @@ [advisories] yanked = "warn" ignore = [ - # proc-macro-error 1.0.4 unmaintained https://rustsec.org/advisories/RUSTSEC-2024-0370 - "RUSTSEC-2024-0370" + # https://rustsec.org/advisories/RUSTSEC-2024-0379 used by boa (js-tracer) + "RUSTSEC-2024-0379" ] # This section is considered when running `cargo deny check bans`.