From 03ba0cc498a25b15729b27c8e6de315d33415820 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Thu, 4 Aug 2016 17:42:12 +0300 Subject: [PATCH] Bump json-ipc-server again (#1839) * bump ipc version * bumping once more --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index ddef7cba9..2b2874cd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,7 +645,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#7a02a0f8b249fda100b9bab5f90b2081d410d8cf" +source = "git+https://github.com/ethcore/json-ipc-server.git#56b6307130710ebc73cb9be087b6ed0b6c400bcf" 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)",