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

Bump dependencies and bumps MSRV to 1.60

This commit is contained in:
Quentin Gliech
2022-06-27 23:37:21 +02:00
parent 27fa4fef4f
commit 821182acd1
7 changed files with 19 additions and 18 deletions

View File

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