Skip to content

Commit

Permalink
chore: fix deny (#12439)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 10, 2024
1 parent 3774100 commit b893a88
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
[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",
# https://rustsec.org/advisories/RUSTSEC-2024-0384 used by sse example
"RUSTSEC-2024-0384",
# https://rustsec.org/advisories/RUSTSEC-2024-0388 used by ssz, will be removed https://github.com/sigp/ethereum_ssz/pull/34
"RUSTSEC-2024-0388"
]

# This section is considered when running `cargo deny check bans`.
Expand Down

0 comments on commit b893a88

Please sign in to comment.