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

Commit e92ba2f

Browse files
Bump jsonrpc-core from 15.1.0 to 17.0.0
Bumps [jsonrpc-core](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-core-15.1.0...jsonrpc-core-17.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebfb7f7 commit e92ba2f

File tree

15 files changed

+49
-36
lines changed

15 files changed

+49
-36
lines changed

Cargo.lock

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

bin/node-template/node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sc-client-api = { version = "3.0.0", path = "../../../client/api" }
3737
sp-runtime = { version = "3.0.0", path = "../../../primitives/runtime" }
3838

3939
# These dependencies are used for the node template's RPCs
40-
jsonrpc-core = "15.1.0"
40+
jsonrpc-core = "17.0.0"
4141
sc-rpc = { version = "3.0.0", path = "../../../client/rpc" }
4242
sp-api = { version = "3.0.0", path = "../../../primitives/api" }
4343
sc-rpc-api = { version = "0.9.0", path = "../../../client/rpc-api" }

bin/node/browser-testing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
[dependencies]
1010
futures-timer = "3.0.2"
1111
libp2p = { version = "0.35.1", default-features = false }
12-
jsonrpc-core = "15.0.0"
12+
jsonrpc-core = "17.0.0"
1313
serde = "1.0.106"
1414
serde_json = "1.0.48"
1515
wasm-bindgen = { version = "=0.2.70", features = ["serde-serialize"] }

bin/node/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/paritytech/substrate/"
1111
targets = ["x86_64-unknown-linux-gnu"]
1212

1313
[dependencies]
14-
jsonrpc-core = "15.1.0"
14+
jsonrpc-core = "17.0.0"
1515
node-primitives = { version = "2.0.0", path = "../primitives" }
1616
node-runtime = { version = "2.0.0", path = "../runtime" }
1717
pallet-contracts-rpc = { version = "3.0.0", path = "../../../frame/contracts/rpc/" }

client/consensus/babe/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
[dependencies]
1616
sc-consensus-babe = { version = "0.9.0", path = "../" }
1717
sc-rpc-api = { version = "0.9.0", path = "../../../rpc-api" }
18-
jsonrpc-core = "15.1.0"
18+
jsonrpc-core = "17.0.0"
1919
jsonrpc-core-client = "15.1.0"
2020
jsonrpc-derive = "15.1.0"
2121
sp-consensus-babe = { version = "0.9.0", path = "../../../../primitives/consensus/babe" }

client/consensus/manual-seal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
[dependencies]
1616
derive_more = "0.99.2"
1717
futures = "0.3.9"
18-
jsonrpc-core = "15.1.0"
18+
jsonrpc-core = "17.0.0"
1919
jsonrpc-core-client = "15.1.0"
2020
jsonrpc-derive = "15.1.0"
2121
log = "0.4.8"

client/rpc-api/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
derive_more = "0.99.2"
1818
futures = { version = "0.3.1", features = ["compat"] }
19-
jsonrpc-core = "15.1.0"
19+
jsonrpc-core = "17.0.0"
2020
jsonrpc-core-client = "15.1.0"
2121
jsonrpc-derive = "15.1.0"
2222
jsonrpc-pubsub = "15.1.0"

client/rpc-servers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
1616
futures = "0.1.6"
17-
jsonrpc-core = "15.1.0"
17+
jsonrpc-core = "17.0.0"
1818
pubsub = { package = "jsonrpc-pubsub", version = "15.1.0" }
1919
log = "0.4.8"
2020
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.9.0"}

client/service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ thiserror = "1.0.21"
2828
futures01 = { package = "futures", version = "0.1.29" }
2929
futures = { version = "0.3.4", features = ["compat"] }
3030
jsonrpc-pubsub = "15.1"
31-
jsonrpc-core = "15.1"
31+
jsonrpc-core = "17.0"
3232
rand = "0.7.3"
3333
parking_lot = "0.11.1"
3434
lazy_static = "1.4.0"

client/sync-state-rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
1616
thiserror = "1.0.21"
17-
jsonrpc-core = "15.0"
17+
jsonrpc-core = "17.0"
1818
jsonrpc-core-client = "15.0"
1919
jsonrpc-derive = "15.0"
2020
sc-chain-spec = { version = "3.0.0", path = "../chain-spec" }

frame/contracts/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
1616
codec = { package = "parity-scale-codec", version = "2.0.0" }
17-
jsonrpc-core = "15.1.0"
17+
jsonrpc-core = "17.0.0"
1818
jsonrpc-core-client = "15.1.0"
1919
jsonrpc-derive = "15.1.0"
2020
sp-blockchain = { version = "3.0.0", path = "../../../primitives/blockchain" }

frame/transaction-payment/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
1616
codec = { package = "parity-scale-codec", version = "2.0.0" }
17-
jsonrpc-core = "15.1.0"
17+
jsonrpc-core = "17.0.0"
1818
jsonrpc-core-client = "15.1.0"
1919
jsonrpc-derive = "15.1.0"
2020
sp-core = { version = "3.0.0", path = "../../../primitives/core" }

prml/generic-asset/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "RPC interface for the generic asset module."
99

1010
[dependencies]
1111
codec = { package = "parity-scale-codec", version = "2.0.0" }
12-
jsonrpc-core = "15.1.0"
12+
jsonrpc-core = "17.0.0"
1313
jsonrpc-core-client = "15.1.0"
1414
jsonrpc-derive = "15.1.0"
1515
serde = { version = "1.0.101", features = ["derive"] }

utils/frame/rpc/support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414
[dependencies]
1515
futures = { version = "0.3.0", features = ["compat"] }
1616
jsonrpc-client-transports = { version = "15.1.0", default-features = false, features = ["http"] }
17-
jsonrpc-core = "15.1.0"
17+
jsonrpc-core = "17.0.0"
1818
codec = { package = "parity-scale-codec", version = "2.0.0" }
1919
serde = "1"
2020
frame-support = { version = "3.0.0", path = "../../../../frame/support" }

utils/frame/rpc/system/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
sc-client-api = { version = "3.0.0", path = "../../../../client/api" }
1717
codec = { package = "parity-scale-codec", version = "2.0.0" }
1818
futures = { version = "0.3.4", features = ["compat"] }
19-
jsonrpc-core = "15.1.0"
19+
jsonrpc-core = "17.0.0"
2020
jsonrpc-core-client = "15.1.0"
2121
jsonrpc-derive = "15.1.0"
2222
log = "0.4.8"

0 commit comments

Comments
 (0)