Skip to content

Commit

Permalink
Merge branch 'panic-due-to-missing-http1-feature-in-mullvad-api-crate…
Browse files Browse the repository at this point in the history
…-ios-891'
  • Loading branch information
Serock3 authored and Rawa committed Oct 24, 2024
1 parent 3c7a5e5 commit 3d96489
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 3d96489

Please sign in to comment.