diff --git a/Cargo.toml b/Cargo.toml index 145c144d0..0bd4ad8da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,3 @@ debug = true [dependencies.regex] features=["pattern"] -[dependencies.hyper] -default-features = false - -[dependencies.cookie] -default-features = false - -[dependencies.iron] -default-features = false diff --git a/imageflow_core/Cargo.toml b/imageflow_core/Cargo.toml index 7589a1321..bec869ad4 100644 --- a/imageflow_core/Cargo.toml +++ b/imageflow_core/Cargo.toml @@ -28,7 +28,7 @@ clippy = "0.0.97" imageflow_helpers = { path = "../imageflow_helpers", version = "*" } [dev-dependencies] -hyper = { version = "*", default-features = false } +hyper = { version = "*" }