Bump tokio to 1.17.0 (#1014)

This commit is contained in:
Koute
2022-02-22 20:01:17 +09:00
committed by GitHub
parent 1864a61706
commit 5f74b4cf67
4 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "2.3.0" }
rand = "0.8.5"
serde = { version = "1.0.132", features = ["derive"] }
async-trait = "0.1.42"
tokio = { version = "1.10", features = ["macros"] }
tokio = { version = "1.17.0", features = ["macros"] }
# Substrate
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }