From c9d12ad4100610676be058ce139f548bcec02f34 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Fri, 25 Sep 2020 11:55:54 -0600 Subject: [PATCH] Revert "Ignore cargo audit RUSTSEC-2020-0008" This reverts commit cd5c7f30d5599ddca5431b864a84758c181b7cd0. With bump of `jsonrpc-*` to 15.0.0, we no longer depend on `ws` --- ci/test-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 32f5e8cd4a..6ec7390a6a 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -57,7 +57,7 @@ _ cargo +"$rust_nightly" clippy \ -Zunstable-options --workspace --all-targets \ -- --deny=warnings --allow=clippy::stable_sort_primitive -_ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008 --ignore RUSTSEC-2020-0043 +_ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008 { cd programs/bpf