From 4cb4344542ceaf022a727c174b79dd1900382d6c Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 27 Jul 2016 01:03:01 +0300 Subject: [PATCH] Bump json-ipc-server version (#1733) * bump json-ipc-server version * polished json-ipc version --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 62f1d4f87..486c47010 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,7 +619,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "json-ipc-server" version = "0.2.4" -source = "git+https://github.com/ethcore/json-ipc-server.git#8790e13a3fcb434dab5831cfee2fa8412a41c41b" +source = "git+https://github.com/ethcore/json-ipc-server.git#e2ed7a511822cb0441e9ae11c359e9edeeddce53" dependencies = [ "bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",