Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: update audit for ed25519-dalek rustsec (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadjiszs authored Aug 21, 2023
1 parent f6743d4 commit e13c4a0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[advisories]
ignore = ["RUSTSEC-2022-0061", "RUSTSEC-2021-0139"]
ignore = [
"RUSTSEC-2022-0061",
"RUSTSEC-2021-0139",

# Waiting for the libp2p-noise release bump to 0.43.1
# https://github.com/libp2p/rust-libp2p/pull/4358
"RUSTSEC-2022-0093"
]

0 comments on commit e13c4a0

Please sign in to comment.