From a9ae6e3b580b19a612d97b529ff129a11f033cc4 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 26 Jul 2016 21:31:46 +0300 Subject: [PATCH] bump json-ipc-server version (#1731) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 75b604dd5..62f1d4f87 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#902b031b8f50a59ecb4f389cbec1d264a98556bc" +source = "git+https://github.com/ethcore/json-ipc-server.git#8790e13a3fcb434dab5831cfee2fa8412a41c41b" 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)",