diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 5ffb88d46..948236ca9 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,4 +1,5 @@ [advisories] ignore = [ "RUSTSEC-2020-0159", # segfault in localtime_r - low risk to TC + "RUSTSEC-2020-0071", # same localtime_r bug as above ]