Skip to content

Commit

Permalink
build(deps): bump zeroize from 1.5.7 to 1.6.0 (#1280)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 27, 2023
1 parent cddce88 commit 3d4a2ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inout = "0.1"

# optional dependencies
blobby = { version = "0.3", optional = true }
zeroize = { version = "1.5", optional = true, default-features = false }
zeroize = { version = "1.6", optional = true, default-features = false }

[features]
alloc = []
Expand Down
2 changes: 1 addition & 1 deletion kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.60"
[dependencies]
rand_core = "0.6"
generic-array = "0.14"
zeroize = { version = "1.5", default-features = false }
zeroize = { version = "1.6", default-features = false }

[dev-dependencies]
hpke = "0.10"
Expand Down

0 comments on commit 3d4a2ba

Please sign in to comment.