From a26a4edc856873e84ead11493652f9d746989008 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 14 Jun 2016 18:37:04 +0300 Subject: [PATCH 1/3] version bump --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c850940c9..a3f22dded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ dependencies = [ "ethsync 1.2.0", "fdlimit 0.1.0", "hyper 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "json-ipc-server 0.2.2 (git+https://github.com/ethcore/json-ipc-server.git)", + "json-ipc-server 0.2.3 (git+https://github.com/ethcore/json-ipc-server.git)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "number_prefix 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -346,7 +346,7 @@ dependencies = [ "ethcore-util 1.2.0", "ethjson 0.1.0", "ethsync 1.2.0", - "json-ipc-server 0.2.2 (git+https://github.com/ethcore/json-ipc-server.git)", + "json-ipc-server 0.2.3 (git+https://github.com/ethcore/json-ipc-server.git)", "jsonrpc-core 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 5.1.0 (git+https://github.com/ethcore/jsonrpc-http-server.git)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -570,8 +570,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "json-ipc-server" -version = "0.2.2" -source = "git+https://github.com/ethcore/json-ipc-server.git#15ef25e5f859d2d27469c92cc13dd1ddea03e444" +version = "0.2.3" +source = "git+https://github.com/ethcore/json-ipc-server.git#66dfd4b1ec095f0df99e973d6ccb6ddd5168c698" 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)", From 7b89d6a26307a32c8f7dced7cbe9d86a776ccd3f Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 14 Jun 2016 18:45:12 +0300 Subject: [PATCH 2/3] bump further --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a3f22dded..ac06a8158 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "json-ipc-server" version = "0.2.3" -source = "git+https://github.com/ethcore/json-ipc-server.git#66dfd4b1ec095f0df99e973d6ccb6ddd5168c698" +source = "git+https://github.com/ethcore/json-ipc-server.git#d1438770cb3144f0846aaa8c75fcb0e9d7cd0e57" 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)", From f5cc3db4da429a3ff748f5db0bb5a963dcfe4926 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 14 Jun 2016 20:12:42 +0300 Subject: [PATCH 3/3] fixes with buffered writes --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index ac06a8158..28ab5bdaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "json-ipc-server" version = "0.2.3" -source = "git+https://github.com/ethcore/json-ipc-server.git#d1438770cb3144f0846aaa8c75fcb0e9d7cd0e57" +source = "git+https://github.com/ethcore/json-ipc-server.git#b224bdbcb53cab349c278484bd3e5e22390167c9" 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)",