Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 0c62a6f

Browse files
authored
Resolve zeroize_derive audit warning by bumping version (#20182)
* Revert "temporarily disable new audit" This reverts commit 3dfbd95. * Bump version of zeroize_derive from v1.0.0 to v1.2.0
1 parent c6d189d commit 0c62a6f

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci/do-audit.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,5 @@ cargo_audit_ignores=(
4646
# https://github.com/paritytech/jsonrpc/issues/605
4747
--ignore RUSTSEC-2021-0079
4848

49-
# zeroize_derive: `#[zeroize(drop)]` doesn't implement `Drop` for `enum`s
50-
--ignore RUSTSEC-2021-0115
5149
)
5250
scripts/cargo-for-all-lock-files.sh stable audit "${cargo_audit_ignores[@]}"

programs/bpf/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)