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 276e5bdd38
commit 968c91e357
6 changed files with 24 additions and 46 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ assert_cmd = "0.12"
nix = "0.17"
rand = "0.7.3"
tempfile = "3.2.0"
tokio = { version = "0.2.13", features = ["macros"] }
tokio = { version = "1.10", features = ["macros"] }
[features]
default = []