From 3d9648954001c45620eacaa96db80a831adc286f Mon Sep 17 00:00:00 2001 From: Sebastian Holmin Date: Tue, 22 Oct 2024 11:00:01 +0200 Subject: [PATCH] Merge branch 'panic-due-to-missing-http1-feature-in-mullvad-api-crate-ios-891' --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3817c320402e..8a6bfc16b901 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"