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

Commit

Permalink
Upgrade jsonrpc to latest (#11206)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm committed Nov 6, 2019
1 parent f2c3449 commit 355eed4
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 39 deletions.
57 changes: 28 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli-signer/rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_json = "1.0"
url = "2"
matches = "0.1"
parking_lot = "0.9"
jsonrpc-core = "14.0.1"
jsonrpc-ws-server = "14.0.1"
jsonrpc-core = "14.0.3"
jsonrpc-ws-server = "14.0.3"
parity-rpc = { path = "../../rpc" }
keccak-hash = "0.1"
4 changes: 2 additions & 2 deletions miner/stratum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = ["Parity Technologies <[email protected]>"]
[dependencies]
ethereum-types = "0.4"
keccak-hash = "0.1"
jsonrpc-core = "14.0.0"
jsonrpc-tcp-server = "14.0.0"
jsonrpc-core = "14.0.3"
jsonrpc-tcp-server = "14.0.3"
log = "0.4"
parking_lot = "0.7"

Expand Down
12 changes: 6 additions & 6 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ tokio-timer = "0.1"
transient-hashmap = "0.4"
itertools = "0.5"

jsonrpc-core = "14.0.1"
jsonrpc-derive = "14.0.1"
jsonrpc-http-server = "14.0.1"
jsonrpc-ws-server = "14.0.1"
jsonrpc-ipc-server = "14.0.1"
jsonrpc-pubsub = "14.0.1"
jsonrpc-core = "14.0.3"
jsonrpc-derive = "14.0.3"
jsonrpc-http-server = "14.0.3"
jsonrpc-ws-server = "14.0.3"
jsonrpc-ipc-server = "14.0.3"
jsonrpc-pubsub = "14.0.3"

common-types = { path = "../ethcore/types" }
ethash = { path = "../ethash" }
Expand Down

0 comments on commit 355eed4

Please sign in to comment.