Bump tokio to 1.17.0 (#10894)

* Bump `tokio` to 0.17.0

* Revert version changes to scale-info

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
Koute
2022-03-29 06:42:01 +09:00
committed by GitHub
parent 13c78991f9
commit d932aa0cd4
14 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" }
[dev-dependencies]
frame-system = { version = "4.0.0-dev", path = "../../../../frame/system" }
scale-info = "2.0.1"
tokio = "1.15"
tokio = "1.17.0"