Skip to content

Commit

Permalink
build(deps): bump zeroize from 1.5.7 to 1.6.0 (#359)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2023
1 parent 971a51c commit 873f598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cipher = "0.4.2"
cpufeatures = "0.2"

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

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

0 comments on commit 873f598

Please sign in to comment.