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

Commit

Permalink
bump(deps): update rust crate jsonrpsee to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 9, 2022
1 parent 259ba4b commit 7540b75
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 18 deletions.
126 changes: 109 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion meta/meta-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = "0.4.17"
serde_json = "1.0"
# Parity
codec = { version = "3.1.5", features = ["derive"], package = "parity-scale-codec" }
jsonrpsee = { version = "0.14.0", features = ["server"] }
jsonrpsee = { version = "0.16.0", features = ["server"] }

# Substrate
sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
Expand Down

0 comments on commit 7540b75

Please sign in to comment.