Skip to content

Commit 57ff2ee

Browse files
build(deps): bump password-hash from 0.6.0 to 0.6.1 (#289)
1 parent 57eb06f commit 57ff2ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

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.6", default-features = false, features = ["digest", "rand_core"] }
19-
password-hash = { version = "0.6.0", default-features = false, features = ["phc", "rand_core"] }
19+
password-hash = { version = "0.6.1", default-features = false, features = ["phc", "rand_core"] }
2020
rand_core = { version = "0.10", default-features = false }
2121
subtle = { version = "2.4", default-features = false }
2222

@@ -29,7 +29,7 @@ sha2 = { version = "0.11", default-features = false, optional = true }
2929

3030
[dev-dependencies]
3131
curve25519-dalek = { version = "5.0.0-pre.6", features = ["digest", "rand_core"] }
32-
password-hash = { version = "0.6.0", features = ["rand_core"] }
32+
password-hash = { version = "0.6.1", features = ["rand_core"] }
3333
postcard = { version = "1", features = ["use-std"] }
3434
scrypt = { version = "0.12.0-rc.10", features = ["phc"] }
3535
sha2 = "0.11"

0 commit comments

Comments
 (0)