Skip to content

Commit

Permalink
Remove client feature for non-dev hyper dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
  • Loading branch information
aknuds1 committed Jan 12, 2021
1 parent 4d92fa8 commit 657f1c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bytes = "1.0"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
headers = "0.3"
http = "0.2"
hyper = { version = "0.14", features = ["stream", "server", "http1", "http2", "tcp", "client"] }
hyper = { version = "0.14", features = ["stream", "server", "http1", "http2", "tcp"] }
log = "0.4"
mime = "0.3"
mime_guess = "2.0.0"
Expand All @@ -44,6 +44,7 @@ pin-project = "1.0"
tokio-rustls = { version = "0.22", optional = true }

[dev-dependencies]
hyper = { version = "0.14", features = ["client"] }
pretty_env_logger = "0.4"
tracing-subscriber = "0.2.7"
tracing-log = "0.1"
Expand Down

0 comments on commit 657f1c6

Please sign in to comment.