Skip to content

Commit

Permalink
runtime: Ignore RUSTSEC-2022-0093 until we update ed25519-dalek to v2
Browse files Browse the repository at this point in the history
This vulnerability does not affect our current use of the library.
  • Loading branch information
kostko committed Aug 16, 2023
1 parent 63c9a8a commit c62941e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/.cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[advisories]
ignore = [
"RUSTSEC-2020-0071", # Old version of `time` crate is used by a lot of deps.
"RUSTSEC-2022-0093", # Remove once we can update to ed25519-dalek to v2.
]

0 comments on commit c62941e

Please sign in to comment.