You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
build(deps): bump bcrypt from 0.14.0 to 0.15.0
Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.14.0 to 0.15.0. - [Commits](https://github.com/Keats/rust-bcrypt/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
bd9483ec74
commit
b125f23f87
@ -42,7 +42,7 @@ serde_urlencoded = "0.7.1"
|
||||
|
||||
# Password hashing
|
||||
argon2 = { version = "0.5.0", features = ["password-hash", "std"] }
|
||||
bcrypt = "0.14.0"
|
||||
bcrypt = "0.15.0"
|
||||
pbkdf2 = { version = "0.12.1", features = ["password-hash", "std", "simple"] }
|
||||
zeroize = "1.6.0"
|
||||
|
||||
|
Reference in New Issue
Block a user