Skip to content

Commit 7b0ab3a

Browse files
authored
Merge pull request #13 from smartyalgo/dependabot/cargo/jsonrpsee-0.22.0
Update jsonrpsee requirement from 0.21.0 to 0.22.0
2 parents 90dafa5 + 827846c commit 7b0ab3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ frame-system = { version = "4.0.0-dev", git = "https://github.com/paritytech/sub
4444
pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
4545

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

0 commit comments

Comments
 (0)