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

Upgrade all dependencies

This commit is contained in:
Quentin Gliech
2021-09-23 20:54:24 +02:00
parent 3bf86c4b21
commit 3cbce1e33e
5 changed files with 43 additions and 43 deletions

View File

@ -6,16 +6,16 @@ edition = "2018"
license = "Apache-2.0"
[dependencies]
tokio = { version = "1.11.0", features = ["full"] }
tokio = { version = "1.12.0", features = ["full"] }
anyhow = "1.0.44"
clap = "3.0.0-beta.4"
tracing = "0.1.27"
tracing-subscriber = "0.2.22"
tracing = "0.1.28"
tracing-subscriber = "0.2.24"
dotenv = "0.15.0"
schemars = { version = "0.8.3", features = ["url", "chrono"] }
schemars = { version = "0.8.5", features = ["url", "chrono"] }
tower = { version = "0.4.8", features = ["full"] }
tower-http = { version = "0.1.1", features = ["full"] }
hyper = { version = "0.14.12", features = ["full"] }
hyper = { version = "0.14.13", features = ["full"] }
serde_yaml = "0.8.21"
warp = "0.3.1"
argon2 = { version = "0.3.1", features = ["password-hash"] }