From ad3a9e10c810c31e79043c151fea84fcb9dab42e Mon Sep 17 00:00:00 2001 From: Simon Persson Date: Sat, 22 Apr 2017 18:58:56 +0200 Subject: [PATCH] Downgrade hyper to make librespot happy. --- Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 75871b3f..b9d52f99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hyper" version = "0.11.0-a.0" -source = "git+https://github.com/hyperium/hyper#736a342ea155c618132651e5115dffbf4ce3e3c7" +source = "git+https://github.com/hyperium/hyper#e81184e53c5c59a6262201e212a04a772f089079" dependencies = [ "base64 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -186,6 +186,7 @@ dependencies = [ "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",