Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 2c97bcc

Browse files
dvdplmAndronik Ordian
authored andcommitted
Upgrade jsonrpc to latest (#11206)
1 parent c4ca84c commit 2c97bcc

File tree

7 files changed

+54
-54
lines changed

7 files changed

+54
-54
lines changed

Cargo.lock

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ethstore = { path = "accounts/ethstore" }
3737
fdlimit = "0.1"
3838
futures = "0.1"
3939
journaldb = { path = "util/journaldb" }
40-
jsonrpc-core = "14.0.1"
40+
jsonrpc-core = "14.0.3"
4141
keccak-hash = "0.4.0"
4242
kvdb = "0.1"
4343
kvdb-rocksdb = "0.1.5"

cli-signer/rpc-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serde_json = "1.0"
1515
url = "2.1.0"
1616
matches = "0.1"
1717
parking_lot = "0.9"
18-
jsonrpc-core = "14.0.1"
19-
jsonrpc-ws-server = "14.0.1"
18+
jsonrpc-core = "14.0.3"
19+
jsonrpc-ws-server = "14.0.3"
2020
parity-rpc = { path = "../../rpc" }
2121
keccak-hash = "0.4.0"

ipfs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ common-types = { path = "../ethcore/types" }
1212
ethcore = { path = "../ethcore" }
1313
bytes = { package = "parity-bytes", version = "0.1"}
1414
ethereum-types = "0.8.0"
15-
jsonrpc-core = "14.0.1"
16-
http = { package = "jsonrpc-http-server", version = "14.0.1"}
15+
jsonrpc-core = "14.0.3"
16+
http = { package = "jsonrpc-http-server", version = "14.0.3"}
1717
rlp = "0.4.0"
1818
cid = "0.3"
1919
multihash = "0.8"

miner/stratum/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors = ["Parity Technologies <[email protected]>"]
88
[dependencies]
99
ethereum-types = "0.8.0"
1010
keccak-hash = "0.4.0"
11-
jsonrpc-core = "14.0.1"
12-
jsonrpc-tcp-server = "14.0.1"
11+
jsonrpc-core = "14.0.3"
12+
jsonrpc-tcp-server = "14.0.3"
1313
log = "0.4"
1414
parking_lot = "0.9"
1515

rpc/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ tokio-timer = "0.1"
2828
transient-hashmap = "0.4"
2929
itertools = "0.5"
3030

31-
jsonrpc-core = "14.0.1"
32-
jsonrpc-derive = "14.0.1"
33-
jsonrpc-http-server = "14.0.1"
34-
jsonrpc-ws-server = "14.0.1"
35-
jsonrpc-ipc-server = "14.0.1"
36-
jsonrpc-pubsub = "14.0.1"
31+
jsonrpc-core = "14.0.3"
32+
jsonrpc-derive = "14.0.3"
33+
jsonrpc-http-server = "14.0.3"
34+
jsonrpc-ws-server = "14.0.3"
35+
jsonrpc-ipc-server = "14.0.3"
36+
jsonrpc-pubsub = "14.0.3"
3737

3838
client-traits = { path = "../ethcore/client-traits" }
3939
common-types = { path = "../ethcore/types" }

secret-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tokio = "0.1.22"
3838
tokio-io = "0.1"
3939
tokio-service = "0.1"
4040
url = "2.1.0"
41-
jsonrpc-server-utils = "14.0.1"
41+
jsonrpc-server-utils = "14.0.3"
4242

4343
[dev-dependencies]
4444
env_logger = "0.5"

0 commit comments

Comments
 (0)