Skip to content

Commit fcae4a4

Browse files
⬆️ Bump password-hash
Bumps the password-hashing-crates group with 1 update in the / directory: [password-hash](https://github.com/RustCrypto/traits). Updates `password-hash` from 0.5.0 to 0.6.1 - [Commits](RustCrypto/traits@password-hash-v0.5.0...password-hash-v0.6.1) --- updated-dependencies: - dependency-name: password-hash dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: password-hashing-crates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bda3822 commit fcae4a4

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

Cargo.lock

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

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ flate2 = "1.1.9"
2727
futures-io = { version = "0.3.32", optional = true }
2828
futures-util = { version = "0.3.32", features = ["io"], optional = true }
2929
liblzma = { version = "0.4.6", features = ["static"] }
30-
password-hash = { version = "0.5.0", default-features = false }
30+
password-hash = { version = "0.6.1", default-features = false }
3131
pbkdf2 = { version = "0.12.2", features = ["simple"] }
3232
rand = "0.8.6"
3333
rand_chacha = "0.3.1"

0 commit comments

Comments
 (0)