From 7ef8049d2907b54f71566d5e8fb69538deed3a0c Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sun, 1 Apr 2018 13:12:34 +0200 Subject: [PATCH] chore(deps): Pin hyper and mime crates to fix compilation. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0ce12c377..02b2f5b9e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ path = "src/rust/lib.rs" [dependencies] clap = "*" -hyper = "*" -mime = "*" +hyper = "0.10" +mime = "0.2" rustc-serialize = "*" yup-oauth2 = "*" serde = "*"