From 5617ab65d8d5032819be9d03d49b62fd067f33f5 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Tue, 15 Dec 2020 17:49:16 -0700 Subject: [PATCH] Revert "Ignore RUSTSEC-2020-0077 until next 1.4 release" This reverts commit 1792100e2b4d474e97bfcb7bcb947cd213bb7bcc. --- ci/test-checks.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 72edb1ae46..0d96a77826 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -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[@]}"