Resolve zeroize_derive audit warning by bumping version (#20182)

* Revert "temporarily disable new audit"

This reverts commit 3dfbd95ddc.

* Bump version of zeroize_derive from v1.0.0 to v1.2.0
This commit is contained in:
Justin Starry
2021-09-24 18:51:53 -04:00
committed by GitHub
parent c6d189dac2
commit 0c62a6fe3f
3 changed files with 4 additions and 6 deletions

View File

@ -46,7 +46,5 @@ 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[@]}"