Skip to content

Commit c0102c0

Browse files
dependabot[bot]FerralCoder
authored andcommitted
deps(deps): bump zeroize from 1.8.1 to 1.8.2
Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.8.1 to 1.8.2. - [Commits](RustCrypto/utils@zeroize-v1.8.1...zeroize-v1.8.2) --- updated-dependencies: - dependency-name: zeroize dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c131f16 commit c0102c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ edition = "2021"
2424

2525
[workspace.dependencies]
2626
zerocopy = { version = "0.8", features = ["derive"] }
27-
zeroize = { version = "1.7", default-features = false, features = ["derive"] }
27+
zeroize = { version = "1.8", default-features = false, features = ["derive"] }
2828
subtle = { version = "2", default-features = false }
2929
# Pin to match Hubris ecosystem
3030
rand_core = { version = "0.6", default-features = false }

0 commit comments

Comments
 (0)