Cargo update bumpalo (#9067)

* Cargo update bumpalo

* Remove ignore warning
This commit is contained in:
Tyera Eulberg
2020-03-25 18:11:08 -06:00
committed by GitHub
parent ef3af104ae
commit 959c1ea857
2 changed files with 72 additions and 71 deletions

View File

@ -30,8 +30,7 @@ _ ci/check-ssh-keys.sh
{
cd programs/bpf
# ignore RUSTSEC-2020-0006: https://github.com/rustwasm/wasm-bindgen/issues/2050
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2020-0006
_ cargo +"$rust_stable" audit
for project in rust/*/ ; do
echo "+++ do_bpf_checks $project"
(