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