diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 893c8aa84..bdcdc6e71 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -2,4 +2,5 @@ ignore = [ "RUSTSEC-2020-0071", # `time` localtime_r segfault "RUSTSEC-2020-0159", # `chrono` localtime_r segfault + "RUSTSEC-2024-0421", # `idna` ]