Update tokio to make sure to include the deadlock fix (#896)

This commit is contained in:
Bastian Köcher
2020-03-13 12:38:25 +01:00
committed by GitHub
parent 70a5bda2ce
commit 9bbaf34cde
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ polkadot-network = { path = "../network" }
polkadot-validation = { path = "../validation" }
polkadot-service = { path = "../service" }
log = "0.4.8"
tokio = "0.2.10"
tokio = "0.2.13"
futures-timer = "2.0"
codec = { package = "parity-scale-codec", version = "1.1.0" }