Skip to content

Commit 997dab8

Browse files
committed
password-hash: bump phc dependency to v0.6
Release PR: RustCrypto/formats#2255
1 parent efe6df2 commit 997dab8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

password-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ formats (e.g. Modular Crypt Format)
1818

1919
[dependencies]
2020
getrandom = { version = "0.4", optional = true, default-features = false }
21-
phc = { version = "0.6.0-rc.1", optional = true, default-features = false }
21+
phc = { version = "0.6", optional = true, default-features = false }
2222
rand_core = { version = "0.10", optional = true, default-features = false }
2323

2424
[features]

0 commit comments

Comments
 (0)