Unify tokio deps and bump cargo resolver version

This commit is contained in:
Kirill Bulatov
2021-09-14 10:29:52 +03:00
parent 01ef2baef0
commit 3ab60ce76f
5 changed files with 6 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ routerify = "2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
thiserror = "1.0"
tokio = { version = "1.5.0", features = ["full"] }
tokio = "1.11"
slog-async = "2.6.0"
slog-stdlog = "4.1.0"