Skip to content

Commit

Permalink
chore(deps): bump sha2 from 0.10.7 to 0.10.8
Browse files Browse the repository at this point in the history
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.7 to 0.10.8.
- [Commits](RustCrypto/hashes@sha2-v0.10.7...sha2-v0.10.8)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 3d1f70f commit 594db94
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 pkcs12/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ hex-literal = "0.3.3"
pkcs8 = { version = "0.10.2", features = ["pkcs5", "getrandom"] }
pkcs5 = {version = "0.7.1", features = ["pbes2", "3des"]}
subtle-encoding = "0.5.1"
sha2 = "0.10.7"
sha2 = "0.10.8"
whirlpool = "0.10.4"

[features]
Expand Down
2 changes: 1 addition & 1 deletion pkcs5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ des = { version = "0.8.1", optional = true, default-features = false }
pbkdf2 = { version = "0.12.1", optional = true, default-features = false }
scrypt = { version = "0.11", optional = true, default-features = false }
sha1 = { version = "0.10.6", optional = true, default-features = false }
sha2 = { version = "0.10.2", optional = true, default-features = false }
sha2 = { version = "0.10.8", optional = true, default-features = false }

[dev-dependencies]
hex-literal = "0.4"
Expand Down

0 comments on commit 594db94

Please sign in to comment.