From f2d054c4a2cf974bdb66eab997642b02ecd60c47 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Wed, 19 Apr 2017 23:42:12 -0700 Subject: [PATCH] Use upstream hyper. --- Cargo.toml | 3 --- lib/Cargo.toml | 7 +------ 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 858417c0..97ae1a1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,6 +39,3 @@ members = [ "examples/raw_sqlite", "examples/hello_tls", ] - -[replace] -"hyper:0.10.8" = { git = 'https://github.com/SergioBenitez/hyper', branch = "0.10.x" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 88c1161e..2a8741cd 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -33,12 +33,7 @@ pear = "0.0.8" pear_codegen = "0.0.8" rustls = { version = "0.5.8", optional = true } cookie = { version = "0.7.4", features = ["percent-encode", "secure"] } - -[dependencies.hyper] -git = "https://github.com/SergioBenitez/hyper" -branch = "0.10.x" -version = "0.10.4" -default-features = false +hyper = { version = "0.10.9", default-features = false } [dependencies.hyper-rustls] git = "https://github.com/SergioBenitez/hyper-rustls"