temporarily disable new audit

This commit is contained in:
Justin Starry 2021-09-24 16:42:40 -04:00
parent f48616657f
commit 3dfbd95ddc
1 changed files with 2 additions and 0 deletions

View File

@ -46,5 +46,7 @@ cargo_audit_ignores=(
# https://github.com/paritytech/jsonrpc/issues/605
--ignore RUSTSEC-2021-0079
# zeroize_derive: `#[zeroize(drop)]` doesn't implement `Drop` for `enum`s
--ignore RUSTSEC-2021-0115
)
scripts/cargo-for-all-lock-files.sh stable audit "${cargo_audit_ignores[@]}"