summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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"