summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2022-10-13 14:22:58 +0200
committerEmīls Piņķis <emils@mullvad.net>2022-10-13 14:22:58 +0200
commit611cdecfb3d146620865b4ea9b376694f49446d1 (patch)
treedf4d1802d9b4effd956fab50ace47cedb70b3adb
parent0a0ac91f164302da4441bd116c4387d61acc2a25 (diff)
parent6c7ed57d664be80668d5984b574b466b1d9e2b79 (diff)
downloadmullvadvpn-611cdecfb3d146620865b4ea9b376694f49446d1.tar.xz
mullvadvpn-611cdecfb3d146620865b4ea9b376694f49446d1.zip
Merge branch 'fix-hyper-features'
-rw-r--r--mullvad-api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml
index f267239f41..2a7f8ef51d 100644
--- a/mullvad-api/Cargo.toml
+++ b/mullvad-api/Cargo.toml
@@ -16,7 +16,7 @@ chrono = { version = "0.4.21", features = ["serde"] }
err-derive = "0.3.1"
futures = "0.3"
http = "0.2"
-hyper = { version = "0.14", features = ["client", "stream"] }
+hyper = { version = "0.14", features = ["client", "stream", "http1", "tcp" ] }
ipnetwork = "0.16"
log = "0.4"
regex = "1"