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-05-25 17:46:44 +02:00
parent d2d68e9a27
commit 1993f4cfca
28 changed files with 664 additions and 739 deletions

View File

@ -12,17 +12,17 @@ http-body = "0.4.5"
hyper = { version = "0.14.26", features = ["server", "http1", "http2", "tcp"] }
pin-project-lite = "0.2.9"
thiserror = "1.0.40"
tokio = { version = "1.28.0", features = ["net", "rt", "macros", "signal", "time"] }
tokio = { version = "1.28.1", features = ["net", "rt", "macros", "signal", "time"] }
tokio-rustls = "0.24.0"
tower-http = { version = "0.4.0", features = ["add-extension"] }
tower-service = "0.3.2"
tracing = "0.1.37"
libc = "0.2.142"
libc = "0.2.144"
[dev-dependencies]
anyhow = "1.0.70"
anyhow = "1.0.71"
rustls-pemfile = "1.0.2"
tokio = { version = "1.28.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio = { version = "1.28.1", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio-test = "0.4.2"
tracing-subscriber = "0.3.17"