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`.