From 94d5b7c2cac02ad67da8504504364b3081a9a866 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 12 May 2015 17:14:57 +0200 Subject: [PATCH] chore(cargo): attempt to use latest hyper For general compatiblity to rest of projects, trying to get rid of local overrides and thus document the version needed for compiltation to work. However, tests fail as macros coming in from yup-hyper-mock are still the 'old' version for some reason. [skip ci] --- Cargo.toml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b0cbd50..8eb07d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ license = "MIT" [dependencies] chrono = "*" time = "*" -hyper = ">= 0.4.0" log = "*" mime = "*" url = "*" @@ -20,7 +19,17 @@ itertools = "*" serde = "*" serde_macros = "*" +[dependencies.hyper] +version = "*" +git = "https://github.com/hyperium/hyper" +rev = "871f37a5605d433e5699ed2f16631001d86d7805" + [dev-dependencies] getopts = "*" -yup-hyper-mock = ">= 0.1.4" open = "*" + +[dev-dependencies.yup-hyper-mock] +version = "*" +git = "https://github.com/Byron/yup-hyper-mock" +rev = "ee56de4dead136b3ca5a3eda6ca7057f9074e261" +