Skip to content

Commit

Permalink
Add http1 feature to hyper-util
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Oct 21, 2024
1 parent 837da62 commit 18e8b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tonic-build = { version = "0.10.0", default-features = false }
tower = { version = "0.5.1", features = ["util"] }
prost = "0.13.3"
prost-types = "0.13.3"
hyper-util = {version = "0.1.8", features = ["client", "client-legacy", "http2"]}
hyper-util = {version = "0.1.8", features = ["client", "client-legacy", "http2", "http1"]}

env_logger = "0.10.0"
thiserror = "1.0.57"
Expand Down

0 comments on commit 18e8b15

Please sign in to comment.