diff --git a/.cargo/audit.toml b/.cargo/audit.toml index cdb612d6ac6..91ab3df9ef5 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -9,4 +9,9 @@ # # See the full example in: https://raw.githubusercontent.com/rustsec/rustsec/main/cargo-audit/audit.toml.example [advisories] -ignore = ["RUSTSEC-2023-0052", "RUSTSEC-2023-0071"] +ignore = [ + "RUSTSEC-2023-0052", + "RUSTSEC-2023-0071", + # we don't use borsch encoding + "RUSTSEC-2024-0402" +]