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
Bump argon2 from 0.3.3 to 0.3.4
Bumps [argon2](https://github.com/RustCrypto/password-hashes) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/RustCrypto/password-hashes/releases) - [Commits](https://github.com/RustCrypto/password-hashes/compare/argon2-v0.3.3...argon2-v0.3.4) --- updated-dependencies: - dependency-name: argon2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
e4ef5788fa
commit
e1d7f78b69
@ -18,7 +18,7 @@ serde_yaml = "0.8.23"
|
||||
serde_json = "1.0.79"
|
||||
warp = "0.3.2"
|
||||
url = "2.2.2"
|
||||
argon2 = { version = "0.3.3", features = ["password-hash"] }
|
||||
argon2 = { version = "0.3.4", features = ["password-hash"] }
|
||||
reqwest = { version = "0.11.9", features = ["rustls-tls"], default-features = false, optional = true }
|
||||
watchman_client = "0.7.1"
|
||||
atty = "0.2.14"
|
||||
|
Reference in New Issue
Block a user