Upgrade jsonrpsee to v0.3 (#1051)

* Upgrade `jsonrpsee` to v0.3

* whitespace

* fmt

Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com>
This commit is contained in:
David
2021-09-27 12:24:38 +00:00
committed by Bastian Köcher
parent 84258f5d8c
commit f3eefc9df9
9 changed files with 32 additions and 23 deletions
+2 -3
View File
@@ -9,9 +9,8 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
async-std = { version = "1.6.5", features = ["attributes"] }
async-trait = "0.1.40"
codec = { package = "parity-scale-codec", version = "2.2.0" }
jsonrpsee-proc-macros = "0.2"
jsonrpsee-types = "0.2"
jsonrpsee-ws-client = "0.2"
jsonrpsee-proc-macros = "0.3.1"
jsonrpsee-ws-client = "0.3.1"
log = "0.4.11"
num-traits = "0.2"
rand = "0.7"