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

Upgrade all Rust dependencies

This includes breaking changes of sqlx 0.7.0
This commit is contained in:
Quentin Gliech
2023-07-17 18:34:10 +02:00
parent 68db56c2a2
commit ba0f7ea62c
121 changed files with 3855 additions and 3447 deletions

View File

@@ -30,11 +30,11 @@ http = "0.2.9"
once_cell = "1.18.0"
mime = "0.3.17"
rand = "0.8.5"
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.100"
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.103"
serde_urlencoded = "0.7.1"
serde_with = "3.0.0"
thiserror = "1.0.41"
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["rt", "macros", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["full"] }
tracing = "0.1.37"
@@ -48,7 +48,7 @@ oauth2-types = { path = "../oauth2-types" }
# Default http service
http-body = { version = "0.4.5", optional = true }
rustls = {version = "0.21.3", optional = true }
rustls = {version = "0.21.5", optional = true }
[dependencies.hyper-rustls]
version = "0.24.1"
features = ["http1", "http2", "rustls-native-certs"]