jsonr rpc bump for IPC fix (#4200)

This commit is contained in:
Arkadiy Paronyan
2017-01-18 12:54:35 +01:00
committed by Gav Wood
parent 1cb37e53c0
commit d608ad2011
8 changed files with 39 additions and 39 deletions

View File

@@ -13,8 +13,8 @@ rand = "0.3"
log = "0.3"
env_logger = "0.3"
futures = "0.1"
jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc.git" }
jsonrpc-http-server = { git = "https://github.com/ethcore/jsonrpc.git" }
jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc.git", branch="mio" }
jsonrpc-http-server = { git = "https://github.com/ethcore/jsonrpc.git", branch="mio" }
hyper = { default-features = false, git = "https://github.com/ethcore/hyper" }
unicase = "1.3"
url = "1.0"