Skip to content

Commit

Permalink
build(deps): bump zeroize from 1.6.0 to 1.7.0 (#1410)
Browse files Browse the repository at this point in the history
Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.6.0 to 1.7.0.
- [Commits](https://github.com/RustCrypto/utils/commits)

---
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] authored Nov 17, 2023
1 parent cc4ffe9 commit 43d620d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2.0-pre"

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

[features]
alloc = []
Expand Down
2 changes: 1 addition & 1 deletion elliptic-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ crypto-bigint = { version = "0.5", default-features = false, features = ["rand_c
generic-array = { version = "0.14.6", default-features = false, features = ["zeroize"] }
rand_core = { version = "0.6.4", default-features = false }
subtle = { version = "2", default-features = false }
zeroize = { version = "1.5", default-features = false }
zeroize = { version = "1.7", default-features = false }

# optional dependencies
base64ct = { version = "1", 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.6", default-features = false }
zeroize = { version = "1.7", default-features = false }

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

0 comments on commit 43d620d

Please sign in to comment.