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

Commit a9c5e8c

Browse files
jstarrymergify-bot
authored andcommitted
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 (cherry picked from commit 0c62a6f) # Conflicts: # ci/do-audit.sh
1 parent 572c0af commit a9c5e8c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,14 @@ cargo_audit_ignores=(
4646
# https://github.com/paritytech/jsonrpc/issues/605
4747
--ignore RUSTSEC-2021-0079
4848

49+
<<<<<<< HEAD
4950
# tar: Links in archive can create arbitrary directories
5051
#
5152
# Blocked on `tar` releasing safe upgrade
5253
# https://github.com/alexcrichton/tar-rs/issues/238
5354
--ignore RUSTSEC-2021-0080
5455

56+
=======
57+
>>>>>>> 0c62a6fe3 (Resolve zeroize_derive audit warning by bumping version (#20182))
5558
)
5659
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)