mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
* companion for #12663 jsonrpsee v0.16.1 * update substrate * merge master * Update rpc/Cargo.toml Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> * Update utils/staking-miner/Cargo.toml Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> * update lockfile for {"substrate"} Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+268
-248
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
jsonrpsee = { version = "0.15.1", features = ["server"] }
|
||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||
polkadot-primitives = { path = "../primitives" }
|
||||
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -8,7 +8,7 @@ edition.workspace = true
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
clap = { version = "4.0.9", features = ["derive", "env"] }
|
||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||
jsonrpsee = { version = "0.15.1", features = ["ws-client", "macros"] }
|
||||
jsonrpsee = { version = "0.16.2", features = ["ws-client", "macros"] }
|
||||
log = "0.4.17"
|
||||
paste = "1.0.7"
|
||||
serde = "1.0.137"
|
||||
|
||||
Reference in New Issue
Block a user