diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-10-22 11:00:01 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-10-22 11:00:01 +0200 |
| commit | 4419f464ec0b19bb2476a16056d2de7f295373d8 (patch) | |
| tree | 2f87eabea4e381eb7a32e84859c1a21f874fce19 | |
| parent | ad62925e8696e40891793f6d1715af82174d478e (diff) | |
| parent | 5d921e372d6b9f28cbcac5a4d22ad86c9014f06f (diff) | |
| download | mullvadvpn-4419f464ec0b19bb2476a16056d2de7f295373d8.tar.xz mullvadvpn-4419f464ec0b19bb2476a16056d2de7f295373d8.zip | |
Merge branch 'panic-due-to-missing-http1-feature-in-mullvad-api-crate-ios-891'
| -rw-r--r-- | Cargo.toml | 2 |
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" |
