1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump password-hash from 0.4.0 to 0.4.1

Bumps [password-hash](https://github.com/RustCrypto/traits) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/password-hash-v0.4.0...password-hash-v0.4.1)

---
updated-dependencies:
- dependency-name: password-hash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-22 19:56:54 +00:00
committed by Quentin Gliech
parent 374669fa7d
commit 3885aff6cb
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ tracing = "0.1.34"
# Password hashing
argon2 = { version = "0.4.0", features = ["password-hash"] }
password-hash = { version = "0.4.0", features = ["std"] }
password-hash = { version = "0.4.1", features = ["std"] }
rand = "0.8.5"
url = { version = "2.2.2", features = ["serde"] }