Use upstream hyper.

This commit is contained in:
Sergio Benitez 2017-04-19 23:42:12 -07:00
parent 41386cfb78
commit f2d054c4a2
2 changed files with 1 additions and 9 deletions

View File

@ -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" }

View File

@ -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"