Skip to content

Commit

Permalink
chore: fix deny
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 10, 2024
1 parent 3774100 commit 3fe5a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 3fe5a98

Please sign in to comment.