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 = "*"