summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2026-01-08 19:08:38 +0100
committerLinus Färnstrand <linus@mullvad.net>2026-01-09 10:22:13 +0100
commitd926c1bf5b2ba2bf893e94544f8d6432518c51f1 (patch)
tree8b19219f26f5f83f48e5ffa0775bf0a55a5dce93
parenta5d8b08d33d80f695506216151b7289c7e38e992 (diff)
downloadmullvadvpn-d926c1bf5b2ba2bf893e94544f8d6432518c51f1.tar.xz
mullvadvpn-d926c1bf5b2ba2bf893e94544f8d6432518c51f1.zip
Move vec1 to a dev-dependency in mullvad-relay-selector
-rw-r--r--mullvad-relay-selector/Cargo.toml2
-rw-r--r--test/Cargo.lock1
2 files changed, 1 insertions, 2 deletions
diff --git a/mullvad-relay-selector/Cargo.toml b/mullvad-relay-selector/Cargo.toml
index 8c5b62c445..f4110a3532 100644
--- a/mullvad-relay-selector/Cargo.toml
+++ b/mullvad-relay-selector/Cargo.toml
@@ -24,8 +24,8 @@ rand = { workspace = true }
serde_json = { workspace = true }
talpid-types = { path = "../talpid-types" }
-vec1 = { workspace = true }
mullvad-types = { path = "../mullvad-types" }
[dev-dependencies]
proptest = { workspace = true }
+vec1 = { workspace = true }
diff --git a/test/Cargo.lock b/test/Cargo.lock
index 35f759a8fd..fff1629ac0 100644
--- a/test/Cargo.lock
+++ b/test/Cargo.lock
@@ -2070,7 +2070,6 @@ dependencies = [
"serde_json",
"talpid-types",
"thiserror 2.0.3",
- "vec1",
]
[[package]]