Skip to content

Commit a62136a

Browse files
authored
Merge pull request #30 from benesch/no-http1
Don't enable http1 feature in hyper
2 parents 6478476 + eb27a71 commit a62136a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ readme = "README.md"
1010
exclude = ["test/*"]
1111

1212
[features]
13-
# FIXME should not be turning on http1 by default: https://github.com/hyperium/hyper/issues/2376
14-
default = ["hyper/http1", "tcp"]
15-
13+
default = ["tcp"]
1614
tcp = ["hyper/tcp"]
1715

1816
[dependencies]
1917
http = "0.2"
20-
hyper = { version = "0.14", default-features = false, features = ["client"] }
18+
hyper = { version = "0.14.2", default-features = false, features = ["client"] }
2119
linked_hash_set = "0.1"
2220
once_cell = "1.0"
2321
openssl = "0.10.32"

0 commit comments

Comments
 (0)