Skip to content

Commit 16d3399

Browse files
build(deps): bump password-hash from 0.6.0-rc.8 to 0.6.0-rc.9
Bumps [password-hash](https://github.com/RustCrypto/traits) from 0.6.0-rc.8 to 0.6.0-rc.9. - [Commits](RustCrypto/traits@password-hash-v0.6.0-rc.8...password-hash-v0.6.0-rc.9) --- updated-dependencies: - dependency-name: password-hash dependency-version: 0.6.0-rc.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f0323e commit 16d3399

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

aucpace/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.85"
1616

1717
[dependencies]
1818
curve25519-dalek = { version = "5.0.0-pre.4", default-features = false, features = ["digest", "rand_core"] }
19-
password-hash = { version = "0.6.0-rc.7", default-features = false, features = ["phc", "rand_core"] }
19+
password-hash = { version = "0.6.0-rc.9", default-features = false, features = ["phc", "rand_core"] }
2020
rand_core = { version = "0.10.0-rc-3", default-features = false }
2121
subtle = { version = "2.4", default-features = false }
2222

@@ -29,7 +29,7 @@ sha2 = { version = "0.11.0-rc.3", default-features = false, optional = true }
2929

3030
[dev-dependencies]
3131
curve25519-dalek = { version = "5.0.0-pre.4", features = ["digest", "rand_core"] }
32-
password-hash = { version = "0.6.0-rc.7", features = ["rand_core"] }
32+
password-hash = { version = "0.6.0-rc.9", features = ["rand_core"] }
3333
postcard = { version = "1", features = ["use-std"] }
3434
scrypt = { version = "0.12.0-rc.8", features = ["phc"] }
3535
sha2 = "0.11.0-rc.3"

0 commit comments

Comments
 (0)