diff --git a/Cargo.toml b/Cargo.toml index 943cc01..85cbc5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ vendored = ["native-tls/vendored"] [dependencies] bytes = "1" -http-body-util = "0.1.0" hyper = "1" hyper-util = { version = "0.1.0", features = ["client-legacy", "tokio"] } native-tls = "0.2.1" @@ -26,5 +25,6 @@ tokio-native-tls = "0.3" tower-service = "0.3" [dev-dependencies] +http-body-util = "0.1.0" hyper-util = { version = "0.1.0", features = ["http1"] } tokio = { version = "1.0.0", features = ["io-std", "macros", "io-util"] }