Skip to content

Commit

Permalink
chore: ignore derivative (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 12, 2024
1 parent 185e58c commit ffb9afa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[advisories]
version = 2
yanked = "warn"
ignore = [
# https://rustsec.org/advisories/RUSTSEC-2024-0388 used by ssz, will be removed https://github.com/sigp/ethereum_ssz/pull/34
"RUSTSEC-2024-0388"
]

[bans]
multiple-versions = "warn"
Expand Down

0 comments on commit ffb9afa

Please sign in to comment.