Blob Blame History Raw
--- hyper-0.12.30/Cargo.toml	1970-01-01T00:00:00+00:00
+++ hyper-0.12.30/Cargo.toml	2019-06-21T19:49:44.491650+00:00
@@ -191,7 +191,7 @@
 optional = true
 
 [dependencies.want]
-version = "0.0.6"
+version = "0.2"
 [dev-dependencies.futures-timer]
 version = "0.1"
 
@@ -199,7 +199,7 @@
 version = "1.0"
 
 [dev-dependencies.pretty_env_logger]
-version = "0.2.0"
+version = "0.3"
 
 [dev-dependencies.serde]
 version = "1.0"
@@ -225,8 +225,6 @@
 version = "0.2"
 
 [features]
-__internal_flaky_tests = []
-__internal_happy_eyeballs_tests = []
-default = ["__internal_flaky_tests", "runtime"]
+default = ["runtime"]
 nightly = []
 runtime = ["futures-cpupool", "net2", "tokio", "tokio-executor", "tokio-reactor", "tokio-tcp", "tokio-threadpool", "tokio-timer"]