Skip to content

Commit 873f598

Browse files
build(deps): bump zeroize from 1.5.7 to 1.6.0 (#359)
Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.5.7 to 1.6.0. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](RustCrypto/utils@zeroize-v1.5.7...zeroize-v1.6.0) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 971a51c commit 873f598

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.

aes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cipher = "0.4.2"
2020
cpufeatures = "0.2"
2121

2222
[target.'cfg(not(all(aes_armv8, target_arch = "aarch64")))'.dependencies]
23-
zeroize = { version = "1.5.6", optional = true, default_features = false }
23+
zeroize = { version = "1.6.0", optional = true, default_features = false }
2424

2525
# TODO(tarcieri): unconditionally enable `aarch64` feature when MSRV is 1.59
2626
[target.'cfg(all(aes_armv8, target_arch = "aarch64"))'.dependencies]

0 commit comments

Comments
 (0)