1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Move tokio to a workspace dependency

This commit is contained in:
Quentin Gliech
2024-05-15 14:43:49 +02:00
parent 098f7fba03
commit d061d7f6b3
17 changed files with 20 additions and 21 deletions

View File

@ -21,7 +21,7 @@ libc = "0.2.154"
pin-project-lite = "0.2.14"
socket2 = "0.5.7"
thiserror.workspace = true
tokio = { version = "1.37.0", features = ["net", "rt", "macros", "signal", "time"] }
tokio.workspace = true
tokio-rustls = "0.25.0"
tower-http = { version = "0.4.4", features = ["add-extension"] }
tower-service = "0.3.2"
@ -30,7 +30,7 @@ tracing.workspace = true
[dev-dependencies]
anyhow.workspace = true
rustls-pemfile = "2.1.2"
tokio = { version = "1.37.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio.workspace = true
tokio-test = "0.4.4"
tracing-subscriber.workspace = true