Move tokio to a workspace dependency

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

View File

@@ -24,7 +24,7 @@ rand.workspace = true
rand_chacha = "0.3.1"
sqlx.workspace = true
thiserror.workspace = true
tokio = { version = "1.37.0", features = ["rt"] }
tokio.workspace = true
tower.workspace = true
tracing.workspace = true
tracing-opentelemetry.workspace = true