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

@@ -20,6 +20,6 @@ csv = "1.3.0"
futures-util = "0.3.30"
hyper.workspace = true
serde.workspace = true
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
tokio.workspace= true
tracing.workspace = true
tracing-subscriber.workspace = true