1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2022-08-01 17:50:33 +02:00
parent ba6a382f2c
commit d4c718ef4b
18 changed files with 407 additions and 427 deletions

View File

@@ -6,24 +6,24 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
axum = "0.5.11"
bytes = "1.1.0"
axum = "0.5.13"
bytes = "1.2.1"
futures-util = "0.3.21"
headers = "0.3.7"
http = "0.2.8"
http-body = "0.4.5"
hyper = "0.14.19"
hyper = "0.14.20"
hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false }
once_cell = "1.13.0"
opentelemetry = "0.17.0"
opentelemetry-http = "0.6.0"
opentelemetry-semantic-conventions = "0.9.0"
rustls = "0.20.6"
serde = "1.0.138"
serde = "1.0.140"
serde_json = "1.0.82"
thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["sync", "parking_lot"] }
tokio = { version = "1.20.1", features = ["sync", "parking_lot"] }
tower = { version = "0.4.13", features = ["timeout", "limit"] }
tower-http = { version = "0.3.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] }
tracing = "0.1.35"
tracing = "0.1.36"
tracing-opentelemetry = "0.17.4"