diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 4c8efaa1..5dbd178b 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,8 +1,5 @@ [advisories] ignore = [ - # Out-of-bounds write in nix::unistd::getgrouplist - # Tracked in #3140 - "RUSTSEC-2021-0119", # Potential segfault in the time crate # chrono dependency, but vulnerable function is never called # Tacked in #3163