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-10-25 17:40:54 -04:00
parent 004821f4f2
commit bca8b11e46
5 changed files with 48 additions and 71 deletions

View File

@ -12,18 +12,18 @@ anyhow = "1.0.44"
clap = "3.0.0-beta.5"
dotenv = "0.15.0"
schemars = { version = "0.8.6", features = ["url", "chrono"] }
tower = { version = "0.4.9", features = ["full"] }
tower = { version = "0.4.10", features = ["full"] }
tower-http = { version = "0.1.1", features = ["full"] }
hyper = { version = "0.14.13", features = ["full"] }
hyper = { version = "0.14.14", features = ["full"] }
serde_yaml = "0.8.21"
warp = "0.3.1"
url = "2.2.2"
argon2 = { version = "0.3.1", features = ["password-hash"] }
reqwest = { version = "0.11.5", features = ["rustls-tls"], default-features = false, optional = true }
reqwest = { version = "0.11.6", features = ["rustls-tls"], default-features = false, optional = true }
tracing = "0.1.29"
tracing-subscriber = "0.2.25"
tracing-opentelemetry = "0.15.0"
tracing-subscriber = { version = "0.3.1", features = ["env-filter"] }
tracing-opentelemetry = "0.16.0"
opentelemetry = { version = "0.16.0", features = ["trace", "metrics", "rt-tokio"] }
opentelemetry-http = "0.5.0"
opentelemetry-semantic-conventions = "0.8.0"