From e13c4a0cf914db8d398ee6aaf917218833ccd307 Mon Sep 17 00:00:00 2001 From: Monir Hadji Date: Mon, 21 Aug 2023 15:46:33 -0400 Subject: [PATCH] chore: update audit for ed25519-dalek rustsec (#281) --- .cargo/audit.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index b13a83dc8..46e68700f 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -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" +]