companion 11395 (#1253)

* companion for 11395

* companion for 11395

* update polkadot
This commit is contained in:
Niklas Adolfsson
2022-05-11 15:02:22 +02:00
committed by GitHub
parent bb79d05836
commit e3d0895dc6
6 changed files with 283 additions and 377 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ parking_lot = "0.12.0"
derive_more = "0.99.2"
async-trait = "0.1.53"
thiserror = "1.0.31"
jsonrpsee-core = "0.12.0"
jsonrpsee-core = "0.13.0"
parity-scale-codec = "3.1.2"
+1 -1
View File
@@ -23,7 +23,7 @@ futures = "0.3.21"
futures-timer = "3.0.2"
parity-scale-codec = "3.1.2"
parking_lot = "0.12.0"
jsonrpsee = { version = "0.12.0", features = ["client"] }
jsonrpsee = { version = "0.13.0", features = ["ws-client"] }
tracing = "0.1.34"
async-trait = "0.1.53"
url = "2.2.2"