Skip to content

Commit 6063ad3

Browse files
authored
Merge pull request #11 from smartyalgo/dependabot/cargo/jsonrpsee-0.20.0
Update jsonrpsee requirement from 0.19.0 to 0.20.0
2 parents 61cc150 + 53aea23 commit 6063ad3

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.19.0", features = ["server"] }
47+
jsonrpsee = { version = "0.20.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)