From b9a08c36aa58529c55745a40818411536e385c77 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 27 Jul 2016 22:13:21 +0300 Subject: [PATCH] another version bump for jsonrpc-ipc (#1744) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 3a8cd0344..c54f44295 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#f3e62a626f79e4308e57c5c02a426c002505c1f7" +source = "git+https://github.com/ethcore/json-ipc-server.git#93c2756f669c6a1872dec1ef755a0870f40c03c3" 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)",