Skip to content

Commit

Permalink
fixes for cargo audit warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser999 committed Mar 8, 2025
1 parent a12efeb commit d3ccd57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@ ignore = [
# transient dependency of the deprecated `ethers`. We should replace our usage of `ethers` with
# `alloy` to resolve this. See https://github.com/astriaorg/astria/issues/2020.
"RUSTSEC-2025-0009",
# `ring` < 0.17 is Unmaintained. It is a transient dependency of the deprecated `ethers`. As with
# RUSTSEC-2025-0009 above, we should replace our usage of `ethers` with `alloy` to resolve this.
# See https://github.com/astriaorg/astria/issues/2020.
"RUSTSEC-2025-0010",
# `paste` is Unmaintained. It is a transient dependency of many crates including several penumbra
# ones, so cannot easily be replaced.
"RUSTSEC-2024-0436",
]

0 comments on commit d3ccd57

Please sign in to comment.