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"