From 75981ec0ab454bb4f0694271e8d46d03d30db5d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Thu, 5 May 2016 10:55:06 +0200 Subject: [PATCH 1/2] Updating hyper-mio commit (#1048) --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98fa9797a..639ee8d2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,7 +372,7 @@ dependencies = [ "clippy 0.0.64 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-rpc 1.2.0", "ethcore-util 1.2.0", - "hyper 0.9.1 (git+https://github.com/hyperium/hyper?branch=mio)", + "hyper 0.9.2 (git+https://github.com/hyperium/hyper?branch=mio)", "jsonrpc-core 2.0.3 (git+https://github.com/tomusdrw/jsonrpc-core.git)", "jsonrpc-http-server 5.1.0 (git+https://github.com/tomusdrw/jsonrpc-http-server.git)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -507,8 +507,8 @@ dependencies = [ [[package]] name = "hyper" -version = "0.9.1" -source = "git+https://github.com/hyperium/hyper?branch=mio#8d121824231651cf22e7ad929e404032b28406df" +version = "0.9.2" +source = "git+https://github.com/hyperium/hyper?branch=mio#11930b61857e15830d558303ba5e77f6c02d06fd" dependencies = [ "cookie 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -600,7 +600,7 @@ name = "jsonrpc-http-server" version = "5.1.0" source = "git+https://github.com/tomusdrw/jsonrpc-http-server.git#fafd6410284710b7e662fe7d76249cc496451f27" dependencies = [ - "hyper 0.9.1 (git+https://github.com/hyperium/hyper?branch=mio)", + "hyper 0.9.2 (git+https://github.com/hyperium/hyper?branch=mio)", "jsonrpc-core 2.0.3 (git+https://github.com/tomusdrw/jsonrpc-core.git)", "unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] From a51bc6cd36fab48595bd34c640514e5eec721d31 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Thu, 5 May 2016 11:55:32 +0300 Subject: [PATCH 2/2] bump ipc lib version (#1047) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 639ee8d2b..0faab2258 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,7 +557,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "json-ipc-server" version = "0.1.0" -source = "git+https://github.com/NikVolf/json-ipc-server.git#6515f27c7b41e5e62bc87ef4e0947b838a6c7d01" +source = "git+https://github.com/NikVolf/json-ipc-server.git#6cd82ca91d3938ba1cbb404adc7dd1478605e493" dependencies = [ "bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 2.0.3 (git+https://github.com/tomusdrw/jsonrpc-core.git)",