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

Bump dependencies

This commit is contained in:
Quentin Gliech
2022-02-17 15:50:10 +01:00
parent 035e2d7829
commit fa92d6498f
15 changed files with 61 additions and 62 deletions

View File

@@ -10,16 +10,16 @@ bytes = "1.1.0"
futures-util = "0.3.21"
http = "0.2.6"
http-body = "0.4.4"
hyper = "0.14.16"
hyper = "0.14.17"
hyper-rustls = { version = "0.23.0", features = ["http1", "http2"] }
opentelemetry = "0.17.0"
opentelemetry-http = "0.6.0"
rustls = "0.20.2"
rustls = "0.20.3"
serde = "1.0.136"
serde_json = "1.0.78"
serde_json = "1.0.79"
thiserror = "1.0.30"
tokio = { version = "1.16.1", features = ["sync", "parking_lot"] }
tower = { version = "0.4.11", features = ["timeout", "limit"] }
tower-http = { version = "0.2.1", features = ["follow-redirect", "decompression-full", "set-header", "trace", "compression-full"] }
tokio = { version = "1.17.0", features = ["sync", "parking_lot"] }
tower = { version = "0.4.12", features = ["timeout", "limit"] }
tower-http = { version = "0.2.2", features = ["follow-redirect", "decompression-full", "set-header", "trace", "compression-full"] }
tracing = "0.1.30"
tracing-opentelemetry = "0.17.0"
tracing-opentelemetry = "0.17.1"