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

Upgrade dependencies

This commit is contained in:
Quentin Gliech
2022-01-14 10:51:12 +01:00
parent b2e168a07f
commit f876d6a134
8 changed files with 478 additions and 781 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
tokio = { version = "1.15.0", features = ["full"] }
futures = "0.3.19"
anyhow = { version = "1.0.52", features = ["backtrace"] }
clap = { version = "3.0.4", features = ["derive"] }
clap = { version = "3.0.7", features = ["derive"] }
dotenv = "0.15.0"
schemars = { version = "0.8.8", features = ["url", "chrono"] }
tower = { version = "0.4.11", features = ["full"] }
@ -19,7 +19,7 @@ serde_yaml = "0.8.23"
warp = "0.3.2"
url = "2.2.2"
argon2 = { version = "0.3.2", features = ["password-hash"] }
reqwest = { version = "0.11.8", features = ["rustls-tls"], default-features = false, optional = true }
reqwest = { version = "0.11.9", features = ["rustls-tls"], default-features = false, optional = true }
watchman_client = "0.7.1"
tracing = "0.1.29"