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

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-06-20 16:36:12 +02:00
parent c21b28448d
commit 432a4366ea
15 changed files with 67 additions and 127 deletions

View File

@ -19,14 +19,14 @@ hyper-rustls = { version = "0.24.0", features = ["http1", "http2"], default-feat
once_cell = "1.18.0"
opentelemetry = "0.19.0"
rustls = { version = "0.21.2", optional = true }
rustls-native-certs = { version = "0.6.2", optional = true }
rustls-native-certs = { version = "0.6.3", optional = true }
serde = "1.0.164"
serde_json = "1.0.96"
serde_json = "1.0.97"
serde_urlencoded = "0.7.1"
thiserror = "1.0.40"
tokio = { version = "1.28.2", features = ["sync", "parking_lot"], optional = true }
tower = { version = "0.4.13", features = [] }
tower-http = { version = "0.4.0", features = ["cors"] }
tower-http = { version = "0.4.1", features = ["cors"] }
tracing = "0.1.37"
tracing-opentelemetry = "0.19.0"
webpki = { version = "0.22.0", optional = true }