Skip to content

Commit

Permalink
chore(deps): Bump zeroize from 1.6.0 to 1.7.0 (RustCrypto#63)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and JoHaHu committed Nov 29, 2023
1 parent 0aae4a8 commit 34579ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jose-b64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = ["dep:serde"]
base64ct = { version = "1.6.0", default-features = false, features = ["alloc"] }

# optional dependencies
zeroize = { version = "1.6.0", default-features = false, optional = true, features = ["alloc", "serde"] }
zeroize = { version = "1.7.0", default-features = false, optional = true, features = ["alloc", "serde"] }
serde = { version = "1.0.185", default-features = false, optional = true, features = ["alloc", "derive"] }
serde_json = { version = "1.0.96", default-features = false, optional = true, features = ["alloc"] }
subtle = { version = "2.5.0", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion jose-jwk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ crypto = ["p256", "p384", "rsa"]
jose-b64 = { version = "0.1", default-features = false, features = ["secret"], path = "../jose-b64" }
jose-jwa = { version = "0.1", path = "../jose-jwa" }
serde = { version = "1.0.185", default-features = false, features = ["alloc", "derive"] }
zeroize = { version = "1.6.0", default-features = false, features = ["alloc"] }
zeroize = { version = "1.7.0", default-features = false, features = ["alloc"] }

# optional dependencies
p256 = { version = "0.13.2", default-features = false, optional = true, features = ["arithmetic"] }
Expand Down

0 comments on commit 34579ff

Please sign in to comment.