diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-10-21 14:33:54 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-10-22 10:59:13 +0200 |
| commit | 5d921e372d6b9f28cbcac5a4d22ad86c9014f06f (patch) | |
| tree | 2f87eabea4e381eb7a32e84859c1a21f874fce19 | |
| parent | ad62925e8696e40891793f6d1715af82174d478e (diff) | |
| download | mullvadvpn-5d921e372d6b9f28cbcac5a4d22ad86c9014f06f.tar.xz mullvadvpn-5d921e372d6b9f28cbcac5a4d22ad86c9014f06f.zip | |
Add `http1` feature to `hyper-util`
| -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" |
