Skip to content

Commit a630c5b

Browse files
build(deps): bump sha2 from 0.10.2 to 0.10.5 (#339)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.5. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](RustCrypto/hashes@sha2-v0.10.2...sha2-v0.10.5) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c5c37f commit a630c5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

bcrypt-pbkdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.57"
1515
[dependencies]
1616
blowfish = { version = "0.9.1", features = ["bcrypt"] }
1717
pbkdf2 = { version = "=0.12.0-pre", default-features = false, path = "../pbkdf2" }
18-
sha2 = { version = "0.10.2", default-features = false }
18+
sha2 = { version = "0.10.5", default-features = false }
1919
zeroize = { version = "1", default-features = false, optional = true }
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)