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.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2022
1 parent a21ab26 commit 5b13bc8
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 20 deletions.
131 changes: 112 additions & 19 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 = { default-features = false, version = "3.1.5", features = ["derive"], package = "parity-scale-codec" }
jsonrpsee = { default-features = false, version = "0.14.0", features = ["server"] }
jsonrpsee = { default-features = false, version = "0.15.1", features = ["server"] }

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

0 comments on commit 5b13bc8

Please sign in to comment.