From d39c47aaf282ac6b6139ef7b377de1498a7bdd0d Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 16 Dec 2016 15:48:16 -0800 Subject: [PATCH] Hyper has merged Rocket changes. Update to mainline. --- lib/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a0d879bb..0e51c34d 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -11,9 +11,8 @@ toml = "^0.2" # cookie = "^0.3" [dependencies.hyper] -git = "https://github.com/SergioBenitez/hyper" +version = "^0.9" default-features = false -branch = "0.9.x" [dev-dependencies] lazy_static = "*"