diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 4f69ff45da74..011693af004c 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -30,5 +30,7 @@ ignore = [ "RUSTSEC-2021-0145", # borsh # Parsing borsh messages with ZST which are not-copy/clone is unsound - "RUSTSEC-2023-0033" + "RUSTSEC-2023-0033", + # Degradation of service in h2 servers with CONTINUATION Flood(Wait for tonic to fix) + "RUSTSEC-2024-0332" ]