Skip to content

Commit 37570a8

Browse files
committed
Add http1 feature to hyper-util
1 parent 081f9ab commit 37570a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tonic-build = { version = "0.10.0", default-features = false }
7575
tower = { version = "0.5.1", features = ["util"] }
7676
prost = "0.13.3"
7777
prost-types = "0.13.3"
78-
hyper-util = {version = "0.1.8", features = ["client", "client-legacy", "http2"]}
78+
hyper-util = {version = "0.1.8", features = ["client", "client-legacy", "http2", "http1"]}
7979

8080
env_logger = "0.10.0"
8181
thiserror = "1.0.57"

0 commit comments

Comments
 (0)