Revert "Ignore RUSTSEC-2020-0077 until next 1.4 release"

This reverts commit 1792100e2b.
This commit is contained in:
Trent Nelson 2020-12-15 17:49:16 -07:00 committed by mergify[bot]
parent 6875113d82
commit 5617ab65d8
1 changed files with 0 additions and 5 deletions

View File

@ -78,11 +78,6 @@ cargo_audit_ignores=(
#
# Blocked on multiple crates updating `time` to >= 0.2.23
--ignore RUSTSEC-2020-0071
# memmap crate is unmaintained
#
# Blocked on us releasing new solana crates
--ignore RUSTSEC-2020-0077
)
_ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit "${cargo_audit_ignores[@]}"