You've already forked authentication-service
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user