Substrate Companion #9575 (#3695)

* Upgrade to tokio 1.10

* update Substrate

* Fmt

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2021-08-24 17:25:32 +02:00
committed by GitHub
parent 489a8e6da1
commit ec86d1d119
8 changed files with 210 additions and 266 deletions
+2 -2
View File
@@ -6,11 +6,11 @@ edition = "2018"
[dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0" }
tokio = { version = "0.2", features = ["macros"] }
tokio = { version = "1.10", features = ["macros"] }
log = "0.4.11"
env_logger = "0.9.0"
structopt = "0.3.0"
jsonrpsee-ws-client = { version = "0.3.0", default-features = false, features = ["tokio02"] }
jsonrpsee-ws-client = { version = "0.3.0", default-features = false, features = ["tokio1"] }
serde_json = "1.0"
serde = "1.0.0"
hex = "0.4.3"