We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc97a0 commit 95ebd8dCopy full SHA for 95ebd8d
Cargo.toml
@@ -16,18 +16,13 @@ vendored = ["native-tls/vendored"]
16
[dependencies]
17
bytes = "1"
18
http-body-util = "0.1.0"
19
-hyper = { version = "1.0.0", default-features = false }
20
-hyper-util = { version = "0.1.0", default-features = false, features = [
21
- "client-legacy",
22
- "tokio",
23
-] }
+hyper = "1"
+hyper-util = { version = "0.1.0", features = ["client-legacy", "tokio"] }
24
native-tls = "0.2.1"
25
tokio = "1"
26
tokio-native-tls = "0.3"
27
tower-service = "0.3"
28
29
[dev-dependencies]
30
31
- "http1",
32
+hyper-util = { version = "0.1.0", features = ["http1"] }
33
tokio = { version = "1.0.0", features = ["io-std", "macros", "io-util"] }
0 commit comments