Skip to content

Commit 92155cb

Browse files
chore(deps): bump sha2 from 0.10.7 to 0.10.8 (#1234)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7543df3 commit 92155cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkcs12/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hex-literal = "0.3.3"
2828
pkcs8 = { version = "0.10.2", features = ["pkcs5", "getrandom"] }
2929
pkcs5 = {version = "0.7.1", features = ["pbes2", "3des"]}
3030
subtle-encoding = "0.5.1"
31-
sha2 = "0.10.7"
31+
sha2 = "0.10.8"
3232
whirlpool = "0.10.4"
3333

3434
[features]

pkcs5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ des = { version = "0.8.1", optional = true, default-features = false }
2525
pbkdf2 = { version = "0.12.1", optional = true, default-features = false }
2626
scrypt = { version = "0.11", optional = true, default-features = false }
2727
sha1 = { version = "0.10.6", optional = true, default-features = false }
28-
sha2 = { version = "0.10.2", optional = true, default-features = false }
28+
sha2 = { version = "0.10.8", optional = true, default-features = false }
2929

3030
[dev-dependencies]
3131
hex-literal = "0.4"

0 commit comments

Comments
 (0)