1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-01 20:26:56 +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

@ -12,7 +12,7 @@ publish = false
workspace = true
[dependencies]
tokio = { version = "1.37.0", features = ["fs", "rt"] }
tokio.workspace = true
tracing.workspace = true
thiserror.workspace = true