chore: Use tokio from the workspace.

This commit is contained in:
Ivan Enderlin
2024-07-11 10:39:18 +02:00
parent 0d264d209f
commit 5ebfd7bc55
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ test = false
[dependencies]
anyhow = "1"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tracing-subscriber = { workspace = true }
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.