Skip to content

Commit

Permalink
build(deps): bump zeroize from 1.5.7 to 1.6.0 (iqlusioninc#1114)
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 28, 2023
1 parent a1d0eb4 commit c93e187
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 secrecy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ edition = "2021"
rust-version = "1.60"

[dependencies]
zeroize = { version = "1.4", default-features = false }
zeroize = { version = "1.6", default-features = false }

# optional dependencies
bytes = { version = "1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion signatory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.65"
pkcs8 = { version = "0.10", features = ["alloc", "pem"] }
rand_core = "0.6"
signature = "2"
zeroize = "1.4"
zeroize = "1.6"

# optional dependencies
ecdsa = { version = "0.16", optional = true, features = ["pem", "pkcs8"] }
Expand Down

0 comments on commit c93e187

Please sign in to comment.