In CI, *temporarily* ignore RUSTSEC-2021-0119 in nix crate.

The affected API (getgrouplist) isn't one that we use, directly or
transitively.  We can't just upgrade immediately, since the ctrlc
crate is currently stuck on the older version of nix.
This commit is contained in:
Nick Mathewson 2021-10-01 09:24:38 -04:00
parent f7e114c833
commit 0c0a057bef
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ rust-latest:
- cargo clippy --all-features --tests -- -D warnings
- cargo fmt -- --check
- cargo install cargo-audit
- cargo audit -D warnings
- cargo audit -D warnings --ignore RUSTSEC-2021-0119
tags:
- amd64
artifacts: