Revert "Ignore cargo audit RUSTSEC-2020-0008"

This reverts commit cd5c7f30d5.

With bump of `jsonrpc-*` to 15.0.0, we no longer depend on `ws`
This commit is contained in:
Trent Nelson 2020-09-25 11:55:54 -06:00 committed by mergify[bot]
parent 1014781b87
commit c9d12ad410
1 changed files with 1 additions and 1 deletions

View File

@ -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