Skip to content

Commit

Permalink
Merge pull request #13 from smartyalgo/dependabot/cargo/jsonrpsee-0.22.0
Browse files Browse the repository at this point in the history
Update jsonrpsee requirement from 0.21.0 to 0.22.0
  • Loading branch information
smartyalgo authored Feb 8, 2024
2 parents 90dafa5 + 827846c commit 7b0ab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ frame-system = { version = "4.0.0-dev", git = "https://github.com/paritytech/sub
pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }

# These dependencies are used for the node template's RPCs
jsonrpsee = { version = "0.21.0", features = ["server"] }
jsonrpsee = { version = "0.22.0", features = ["server"] }
sc-rpc = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
sp-api = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
Expand Down

0 comments on commit 7b0ab3a

Please sign in to comment.