1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +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

@ -11,7 +11,7 @@ futures-util = "0.3.28"
http-body = "0.4.5"
hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] }
pin-project-lite = "0.2.10"
thiserror = "1.0.41"
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["net", "rt", "macros", "signal", "time"] }
tokio-rustls = "0.24.1"
tower-http = { version = "0.4.1", features = ["add-extension"] }
@ -20,7 +20,7 @@ tracing = "0.1.37"
libc = "0.2.147"
[dev-dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"
rustls-pemfile = "1.0.3"
tokio = { version = "1.29.1", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio-test = "0.4.2"