Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit e1097c9

Browse files
Bump jsonrpc-derive from 15.1.0 to 17.0.0
Bumps [jsonrpc-derive](https://github.com/paritytech/jsonrpc) from 15.1.0 to 17.0.0. - [Release notes](https://github.com/paritytech/jsonrpc/releases) - [Commits](paritytech/jsonrpc@jsonrpc-derive-15.1.0...jsonrpc-derive-17.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4904ce0 commit e1097c9

File tree

9 files changed

+29
-17
lines changed

9 files changed

+29
-17
lines changed

Cargo.lock

+21-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/consensus/babe/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sc-consensus-babe = { version = "0.9.0", path = "../" }
1717
sc-rpc-api = { version = "0.9.0", path = "../../../rpc-api" }
1818
jsonrpc-core = "15.1.0"
1919
jsonrpc-core-client = "15.1.0"
20-
jsonrpc-derive = "15.1.0"
20+
jsonrpc-derive = "17.0.0"
2121
sp-consensus-babe = { version = "0.9.0", path = "../../../../primitives/consensus/babe" }
2222
serde = { version = "1.0.104", features=["derive"] }
2323
sp-blockchain = { version = "3.0.0", path = "../../../../primitives/blockchain" }

client/consensus/manual-seal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ derive_more = "0.99.2"
1717
futures = "0.3.9"
1818
jsonrpc-core = "15.1.0"
1919
jsonrpc-core-client = "15.1.0"
20-
jsonrpc-derive = "15.1.0"
20+
jsonrpc-derive = "17.0.0"
2121
log = "0.4.8"
2222
parking_lot = "0.11.1"
2323
codec = { package = "parity-scale-codec", version = "2.0.0" }

client/rpc-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ derive_more = "0.99.2"
1818
futures = { version = "0.3.1", features = ["compat"] }
1919
jsonrpc-core = "15.1.0"
2020
jsonrpc-core-client = "15.1.0"
21-
jsonrpc-derive = "15.1.0"
21+
jsonrpc-derive = "17.0.0"
2222
jsonrpc-pubsub = "15.1.0"
2323
log = "0.4.8"
2424
parking_lot = "0.11.1"

client/sync-state-rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
thiserror = "1.0.21"
1717
jsonrpc-core = "15.0"
1818
jsonrpc-core-client = "15.0"
19-
jsonrpc-derive = "15.0"
19+
jsonrpc-derive = "17.0"
2020
sc-chain-spec = { version = "3.0.0", path = "../chain-spec" }
2121
sc-client-api = { version = "3.0.0", path = "../api" }
2222
sc-consensus-babe = { version = "0.9.0", path = "../consensus/babe" }

frame/contracts/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
codec = { package = "parity-scale-codec", version = "2.0.0" }
1818
jsonrpc-core = "15.1.0"
1919
jsonrpc-core-client = "15.1.0"
20-
jsonrpc-derive = "15.1.0"
20+
jsonrpc-derive = "17.0.0"
2121
sp-blockchain = { version = "3.0.0", path = "../../../primitives/blockchain" }
2222
sp-core = { version = "3.0.0", path = "../../../primitives/core" }
2323
sp-rpc = { version = "3.0.0", path = "../../../primitives/rpc" }

frame/transaction-payment/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
codec = { package = "parity-scale-codec", version = "2.0.0" }
1717
jsonrpc-core = "15.1.0"
1818
jsonrpc-core-client = "15.1.0"
19-
jsonrpc-derive = "15.1.0"
19+
jsonrpc-derive = "17.0.0"
2020
sp-core = { version = "3.0.0", path = "../../../primitives/core" }
2121
sp-rpc = { version = "3.0.0", path = "../../../primitives/rpc" }
2222
sp-runtime = { version = "3.0.0", path = "../../../primitives/runtime" }

prml/generic-asset/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "RPC interface for the generic asset module."
1111
codec = { package = "parity-scale-codec", version = "2.0.0" }
1212
jsonrpc-core = "15.1.0"
1313
jsonrpc-core-client = "15.1.0"
14-
jsonrpc-derive = "15.1.0"
14+
jsonrpc-derive = "17.0.0"
1515
serde = { version = "1.0.101", features = ["derive"] }
1616
sp-api = { path = "../../../primitives/api" }
1717
sp-blockchain = { path = "../../../primitives/blockchain" }

utils/frame/rpc/system/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0" }
1818
futures = { version = "0.3.4", features = ["compat"] }
1919
jsonrpc-core = "15.1.0"
2020
jsonrpc-core-client = "15.1.0"
21-
jsonrpc-derive = "15.1.0"
21+
jsonrpc-derive = "17.0.0"
2222
log = "0.4.8"
2323
serde = { version = "1.0.101", features = ["derive"] }
2424
sp-runtime = { version = "3.0.0", path = "../../../../primitives/runtime" }

0 commit comments

Comments
 (0)