Companion for #11939 (#1487)

* Bump jsonrpsee to v0.15.1

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* Update Cargo.lock

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* Update cargo.lock

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* client: Upadte jsonrpsee-core from relay-chain-interface

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* update substrate & polkadot

* update substrate & polkadot

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
Alexandru Vasile
2022-08-03 16:25:18 +03:00
committed by GitHub
parent 708bb7bee6
commit 935e682a5f
6 changed files with 279 additions and 273 deletions
+274 -268
View File
File diff suppressed because it is too large Load Diff
@@ -22,5 +22,5 @@ parking_lot = "0.12.1"
derive_more = "0.99.2"
async-trait = "0.1.56"
thiserror = "1.0.31"
jsonrpsee-core = "0.14.0"
jsonrpsee-core = "0.15.1"
parity-scale-codec = "3.1.5"
@@ -24,7 +24,7 @@ futures = "0.3.21"
futures-timer = "3.0.2"
parity-scale-codec = "3.1.5"
parking_lot = "0.12.1"
jsonrpsee = { version = "0.14.0", features = ["ws-client"] }
jsonrpsee = { version = "0.15.1", features = ["ws-client"] }
tracing = "0.1.34"
async-trait = "0.1.56"
url = "2.2.2"
+1 -1
View File
@@ -16,7 +16,7 @@ log = "0.4.17"
codec = { package = "parity-scale-codec", version = "3.0.0" }
serde = { version = "1.0.141", features = ["derive"] }
hex-literal = "0.3.4"
jsonrpsee = { version = "0.14.0", features = ["server"] }
jsonrpsee = { version = "0.15.1", features = ["server"] }
# Local
parachain-template-runtime = { path = "../runtime" }
+1 -1
View File
@@ -24,7 +24,7 @@ statemine-runtime = { path = "../parachains/runtimes/assets/statemine" }
westmint-runtime = { path = "../parachains/runtimes/assets/westmint" }
contracts-rococo-runtime = { path = "../parachains/runtimes/contracts/contracts-rococo" }
penpal-runtime = { path = "../parachains/runtimes/testing/penpal" }
jsonrpsee = { version = "0.14.0", features = ["server"] }
jsonrpsee = { version = "0.15.1", features = ["server"] }
parachains-common = { path = "../parachains/common" }
# Substrate
+1 -1
View File
@@ -13,7 +13,7 @@ async-trait = "0.1.56"
clap = { version = "3.2.16", features = ["derive", "deprecated"] }
codec = { package = "parity-scale-codec", version = "3.0.0" }
criterion = { version = "0.3.6", features = [ "async_tokio" ] }
jsonrpsee = { version = "0.14.0", features = ["server"] }
jsonrpsee = { version = "0.15.1", features = ["server"] }
parking_lot = "0.12.1"
rand = "0.8.5"
serde = { version = "1.0.141", features = ["derive"] }