Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

companion for #12663 jsonrpsee v0.16 #6339

Merged
merged 9 commits into from
Dec 12, 2022
Prev Previous commit
Next Next commit
Update rpc/Cargo.toml
Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com>
  • Loading branch information
niklasad1 and lexnv authored Dec 9, 2022
commit 5ae33df2f9fdc378464dd291629f41be7f099880
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors.workspace = true
edition.workspace = true

[dependencies]
jsonrpsee = { version = "0.16.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" }
Expand Down