summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2024-10-22 11:00:01 +0200
committerSebastian Holmin <sebastian.holmin@mullvad.net>2024-10-22 11:00:01 +0200
commit4419f464ec0b19bb2476a16056d2de7f295373d8 (patch)
tree2f87eabea4e381eb7a32e84859c1a21f874fce19
parentad62925e8696e40891793f6d1715af82174d478e (diff)
parent5d921e372d6b9f28cbcac5a4d22ad86c9014f06f (diff)
downloadmullvadvpn-4419f464ec0b19bb2476a16056d2de7f295373d8.tar.xz
mullvadvpn-4419f464ec0b19bb2476a16056d2de7f295373d8.zip
Merge branch 'panic-due-to-missing-http1-feature-in-mullvad-api-crate-ios-891'
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3817c32040..8a6bfc16b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"