diff --git a/lib/Cargo.toml b/lib/Cargo.toml index cbb6467428..8d894633ed 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -31,7 +31,6 @@ smallvec = "0.4" pear = "0.0.11" pear_codegen = "0.0.11" rustls = { version = "0.11.0", optional = true } -hyper = { version = "0.10.13", default-features = false } hyper-sync-rustls = { version = "0.3.0-rc.1", features = ["server"], optional = true } ordermap = "0.3" isatty = "0.1" @@ -41,6 +40,10 @@ git = "https://github.com/alexcrichton/cookie-rs" rev = "b8298e" features = ["percent-encode", "secure"] +[dependencies.hyper] +git = "https://github.com/gfriloux/hyper" +branch = "0.10.x" + [dev-dependencies] lazy_static = "0.2" rocket_codegen = { version = "0.4.0-dev", path = "../codegen" }