Skip to content

Commit e2494aa

Browse files
chore(deps): bump password-hash from 0.4.2 to 0.5.0
Bumps [password-hash](https://github.com/RustCrypto/traits) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](RustCrypto/traits@password-hash-v0.4.2...password-hash-v0.5.0) --- updated-dependencies: - dependency-name: password-hash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0c2483 commit e2494aa

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ manta-parameters = { git = "https://github.com/manta-network/manta-rs", tag = "v
4949
manta-pay = { git = "https://github.com/manta-network/manta-rs", tag = "v0.5.12", default-features = false, features = ["bs58", "groth16", "serde", "wallet", "std", "parameters"] }
5050
manta-util = { git = "https://github.com/manta-network/manta-rs", tag = "v0.5.12", default-features = false }
5151
parking_lot = { version = "0.12.1", default-features = false }
52-
password-hash = { version = "0.4.2", default-features = false, features = ["alloc"] }
52+
password-hash = { version = "0.5.0", default-features = false, features = ["alloc"] }
5353
reqwest = { version = "0.11.14", default-features = false, features = ["json"] }
5454
secrecy = { version = "0.8.0", default-features = false, features = ["alloc"] }
5555
serde_json = { version = "1.0.91", default-features = false }

0 commit comments

Comments
 (0)