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
@@ -30,7 +30,7 @@ parking_lot = "0.10.2"
derive_more = "0.99.2"
[dev-dependencies]
tokio = { version = "0.2.21", features = ["macros"] }
tokio = { version = "1.10", features = ["macros"] }
# Cumulus deps
cumulus-test-service = { path = "../../test/service" }