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" +]