Companion – Update jsonrpsee to 0.4.1 (#4256)

* Update staking-miner

* fmt

* lockfile

* Point to substrate companion branch

* Revert "Point to substrate companion branch"

This reverts commit 3f8afc5d3137614776f54c7dac3c9077268c5fe5.

* Revert 3f8afc5d3137614776f54c7dac3c9077268c5fe5

* Remove `params` macro in favour of `rpc_macro` from jsonrpsee

* update Cargo.lock

* remove unused import

Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
David
2021-11-11 14:00:58 +01:00
committed by GitHub
parent 8156dbe73d
commit 62146d849d
7 changed files with 244 additions and 290 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ tokio = { version = "1.13", features = ["macros"] }
log = "0.4.11"
env_logger = "0.9.0"
structopt = "0.3.25"
jsonrpsee-ws-client = { version = "0.3.1", default-features = false, features = ["tokio1"] }
jsonrpsee = { version = "0.4.1", default-features = false, features = ["ws-client"] }
serde_json = "1.0"
serde = "1.0.130"
paste = "1.0.6"