Skip to content

Commit

Permalink
chore(deps): bump password-hash from 0.4.2 to 0.5.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 9, 2023
1 parent f34cf22 commit 4a8fcb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ manta-parameters = { git = "https://github.com/manta-network/manta-rs", tag = "v
manta-pay = { git = "https://github.com/manta-network/manta-rs", tag = "v0.5.12", default-features = false, features = ["bs58", "groth16", "serde", "wallet", "std", "parameters"] }
manta-util = { git = "https://github.com/manta-network/manta-rs", tag = "v0.5.12", default-features = false }
parking_lot = { version = "0.12.1", default-features = false }
password-hash = { version = "0.4.2", default-features = false, features = ["alloc"] }
password-hash = { version = "0.5.0", default-features = false, features = ["alloc"] }
previous-state-manta-pay = { package = "manta-pay", git = "https://github.com/manta-network/manta-rs", tag = "v0.5.10", default-features = false, features = ["bs58", "groth16", "serde", "wallet", "std", "parameters"] }
reqwest = { version = "0.11.14", default-features = false, features = ["json"] }
secrecy = { version = "0.8.0", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 4a8fcb5

Please sign in to comment.