From 7345fb710c3b2d82d9adfebb38d32d85dd7caa5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 06:28:08 +0000 Subject: [PATCH] Update jsonrpsee requirement from 0.22.0 to 0.24.1 Updates the requirements on [jsonrpsee](https://github.com/paritytech/jsonrpsee) to permit the latest version. - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.22.0...v0.24.1) --- updated-dependencies: - dependency-name: jsonrpsee dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 0c2adab..de6c4f6 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -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.22.0", features = ["server"] } +jsonrpsee = { version = "0.24.1", 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" }