summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-update/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mullvad-update/Cargo.toml b/mullvad-update/Cargo.toml
index 1c607905dd..4bd9a5c74b 100644
--- a/mullvad-update/Cargo.toml
+++ b/mullvad-update/Cargo.toml
@@ -13,7 +13,7 @@ workspace = true
[features]
default = []
sign = ["rand", "clap"]
-client = ["async-trait", "reqwest", "sha2", "tokio", "thiserror", "vec1"]
+client = ["async-trait", "reqwest", "sha2", "tokio", "thiserror"]
[dependencies]
anyhow = { workspace = true }
@@ -29,7 +29,7 @@ async-trait = { version = "0.1", optional = true }
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls"], optional = true }
sha2 = { version = "0.10", optional = true }
tokio = { workspace = true, features = ["rt-multi-thread", "fs", "process", "macros"], optional = true }
-vec1 = { workspace = true, optional = true }
+vec1 = { workspace = true }
mullvad-version = { path = "../mullvad-version", features = ["serde"] }