diff --git a/.cargo/audit.toml b/.cargo/audit.toml index cb6e0b3..154e501 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -2,4 +2,5 @@ ignore = [ "RUSTSEC-2020-0071", # chrono "RUSTSEC-2021-0145", # atty + "RUSTSEC-2023-0071", # rsa: Marvin Attack: potential key recovery ] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]