Skip to content

Commit 77bafd9

Browse files
build(deps): bump zeroize from 1.5.5 to 1.5.6 (#319)
Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](RustCrypto/utils@zeroize-v1.5.5...zeroize-v1.5.6) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0027106 commit 77bafd9

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
@@ -15,7 +15,7 @@ categories = ["cryptography", "no-std"]
1515
[dependencies]
1616
cfg-if = "1"
1717
cipher = "0.4.2"
18-
zeroize = { version = "1.5.5", optional = true, default_features = false }
18+
zeroize = { version = "1.5.6", optional = true, default_features = false }
1919

2020
[target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies]
2121
cpufeatures = "0.2"

0 commit comments

Comments
 (0)