Skip to content
Snippets Groups Projects
Commit 71838011 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

companion for #11395 (#5499)

* companion for 11395

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
parent 42ceb1c1
Branches
No related merge requests found
This diff is collapsed.
......@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
[dependencies]
jsonrpsee = { version = "0.12.0", features = ["server"] }
jsonrpsee = { version = "0.13.0", 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 = "2021"
codec = { package = "parity-scale-codec", version = "3.0.0" }
clap = { version = "3.1", features = ["derive", "env"] }
tracing-subscriber = { version = "0.3.10", features = ["env-filter"] }
jsonrpsee = { version = "0.12.0", features = ["ws-client", "macros"] }
jsonrpsee = { version = "0.13.0", features = ["ws-client", "macros"] }
log = "0.4.17"
paste = "1.0.7"
serde = "1.0.137"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment