Bump Tokio to 1.10 (#592)

* Bump Tokio to 1.10

* Missed one
This commit is contained in:
Gavin Wood
2021-08-28 16:33:56 +02:00
committed by GitHub
parent 9cc277834c
commit e3e6855490
6 changed files with 24 additions and 46 deletions
+1 -1
View File
@@ -47,5 +47,5 @@ cumulus-primitives-core = { path = "../../../primitives/core" }
polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" }
# Other deps
tokio = { version = "0.2.21", features = ["macros"] }
tokio = { version = "1.10", features = ["macros"] }
futures-timer = "3.0.2"