Bump jsonrpc-* to v15
This commit is contained in:
parent
1c82a0733f
commit
4fb4ef6d24
1219
Cargo.lock
generated
1219
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@ futures = "0.1"
|
|||||||
hyper = { version = "0.12" }
|
hyper = { version = "0.12" }
|
||||||
fdlimit = "0.1"
|
fdlimit = "0.1"
|
||||||
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
|
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
|
||||||
jsonrpc-core = "14.0.0"
|
jsonrpc-core = "15.0.0"
|
||||||
parity-bytes = "0.1"
|
parity-bytes = "0.1"
|
||||||
common-types = { path = "ethcore/types" }
|
common-types = { path = "ethcore/types" }
|
||||||
ethcore = { path = "ethcore", features = ["parity"] }
|
ethcore = { path = "ethcore", features = ["parity"] }
|
||||||
|
@ -15,7 +15,7 @@ serde_json = "1.0"
|
|||||||
url = "2"
|
url = "2"
|
||||||
matches = "0.1"
|
matches = "0.1"
|
||||||
parking_lot = "0.9"
|
parking_lot = "0.9"
|
||||||
jsonrpc-core = "14.0.3"
|
jsonrpc-core = "15.0.0"
|
||||||
jsonrpc-ws-server = "14.0.3"
|
jsonrpc-ws-server = "15.0.0"
|
||||||
parity-rpc = { path = "../../rpc" }
|
parity-rpc = { path = "../../rpc" }
|
||||||
keccak-hash = "0.1"
|
keccak-hash = "0.1"
|
||||||
|
@ -8,8 +8,8 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
ethereum-types = "0.4"
|
ethereum-types = "0.4"
|
||||||
keccak-hash = "0.1"
|
keccak-hash = "0.1"
|
||||||
jsonrpc-core = "14.0.3"
|
jsonrpc-core = "15.0.0"
|
||||||
jsonrpc-tcp-server = "14.0.3"
|
jsonrpc-tcp-server = "15.0.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
parking_lot = "0.7"
|
parking_lot = "0.7"
|
||||||
|
|
||||||
|
@ -24,12 +24,12 @@ tokio-timer = "0.1"
|
|||||||
transient-hashmap = "0.4"
|
transient-hashmap = "0.4"
|
||||||
itertools = "0.5"
|
itertools = "0.5"
|
||||||
|
|
||||||
jsonrpc-core = "14.0.3"
|
jsonrpc-core = "15.0.0"
|
||||||
jsonrpc-derive = "14.0.3"
|
jsonrpc-derive = "15.0.0"
|
||||||
jsonrpc-http-server = "14.0.3"
|
jsonrpc-http-server = "15.0.0"
|
||||||
jsonrpc-ws-server = "14.0.3"
|
jsonrpc-ws-server = "15.0.0"
|
||||||
jsonrpc-ipc-server = "14.0.3"
|
jsonrpc-ipc-server = "15.0.0"
|
||||||
jsonrpc-pubsub = "14.0.3"
|
jsonrpc-pubsub = "15.0.0"
|
||||||
|
|
||||||
common-types = { path = "../ethcore/types" }
|
common-types = { path = "../ethcore/types" }
|
||||||
ethash = { path = "../ethash" }
|
ethash = { path = "../ethash" }
|
||||||
|
@ -37,7 +37,7 @@ tokio-io = "0.1"
|
|||||||
tokio-service = "0.1"
|
tokio-service = "0.1"
|
||||||
url = "2"
|
url = "2"
|
||||||
percent-encoding = "2"
|
percent-encoding = "2"
|
||||||
jsonrpc-server-utils = "14.0.3"
|
jsonrpc-server-utils = "15.0.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
@ -17,7 +17,7 @@ serde_json = "1.0"
|
|||||||
ethabi = "6.0"
|
ethabi = "6.0"
|
||||||
keccak-hash = "0.1"
|
keccak-hash = "0.1"
|
||||||
ethereum-types = "0.4"
|
ethereum-types = "0.4"
|
||||||
failure = "0.1"
|
failure = "0.1.7"
|
||||||
itertools = "0.7"
|
itertools = "0.7"
|
||||||
lazy_static = "1.1"
|
lazy_static = "1.1"
|
||||||
regex = "1.0"
|
regex = "1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user