summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-09-24 14:19:28 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-09-24 14:19:28 +0200
commit19a1036d88636def3bd3f262effff27d2aa47d6f (patch)
tree837dc8b4f750321689b79c4f068f58f80db3f03b /test/test-runner
parent95d29b52e2ecbfa660dc355e1182878f0b5a7f29 (diff)
parentd1ada4a04d4e1b70aea404158d719e85c304e8bb (diff)
downloadmullvadvpn-19a1036d88636def3bd3f262effff27d2aa47d6f.tar.xz
mullvadvpn-19a1036d88636def3bd3f262effff27d2aa47d6f.zip
Merge branch 'upgrade-dirs-dependency-des-2548'
Diffstat (limited to 'test/test-runner')
-rw-r--r--test/test-runner/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-runner/Cargo.toml b/test/test-runner/Cargo.toml
index 8a1b22e776..fa277332d9 100644
--- a/test/test-runner/Cargo.toml
+++ b/test/test-runner/Cargo.toml
@@ -11,7 +11,7 @@ rust-version.workspace = true
workspace = true
[dependencies]
-dirs = "5.0.1"
+dirs = { workspace = true }
futures = { workspace = true }
tarpc = { workspace = true }
tokio = { workspace = true }