mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
companion 11395 (#1253)
* companion for 11395 * companion for 11395 * update polkadot
This commit is contained in:
Generated
+278
-372
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -20,7 +20,7 @@ log = "0.4.17"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
hex-literal = "0.3.4"
|
||||
jsonrpsee = { version = "0.12.0", features = ["server"] }
|
||||
jsonrpsee = { version = "0.13.0", features = ["server"] }
|
||||
|
||||
# Local
|
||||
parachain-template-runtime = { path = "../runtime" }
|
||||
|
||||
@@ -26,7 +26,7 @@ statemint-runtime = { path = "statemint" }
|
||||
statemine-runtime = { path = "statemine" }
|
||||
westmint-runtime = { path = "westmint" }
|
||||
canvas-kusama-runtime = { path = "canvas-kusama" }
|
||||
jsonrpsee = { version = "0.12.0", features = ["server"] }
|
||||
jsonrpsee = { version = "0.13.0", features = ["server"] }
|
||||
parachains-common = { path = "parachains-common" }
|
||||
|
||||
# Substrate
|
||||
|
||||
@@ -8,7 +8,7 @@ edition = "2021"
|
||||
async-trait = "0.1.53"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
criterion = { version = "0.3.5", features = [ "async_tokio" ] }
|
||||
jsonrpsee = { version = "0.12.0", features = ["server"] }
|
||||
jsonrpsee = { version = "0.13.0", features = ["server"] }
|
||||
parking_lot = "0.12.0"
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user