Skip to content

Commit 95ebd8d

Browse files
authored
tidy up dependency features (#106)
1 parent 3fc97a0 commit 95ebd8d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Cargo.toml

+3-8
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,13 @@ vendored = ["native-tls/vendored"]
1616
[dependencies]
1717
bytes = "1"
1818
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-
] }
19+
hyper = "1"
20+
hyper-util = { version = "0.1.0", features = ["client-legacy", "tokio"] }
2421
native-tls = "0.2.1"
2522
tokio = "1"
2623
tokio-native-tls = "0.3"
2724
tower-service = "0.3"
2825

2926
[dev-dependencies]
30-
hyper-util = { version = "0.1.0", default-features = false, features = [
31-
"http1",
32-
] }
27+
hyper-util = { version = "0.1.0", features = ["http1"] }
3328
tokio = { version = "1.0.0", features = ["io-std", "macros", "io-util"] }

0 commit comments

Comments
 (0)