summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-09-24 12:09:48 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-09-24 12:53:28 +0200
commitd1ada4a04d4e1b70aea404158d719e85c304e8bb (patch)
tree837dc8b4f750321689b79c4f068f58f80db3f03b /test/test-runner
parent95d29b52e2ecbfa660dc355e1182878f0b5a7f29 (diff)
downloadmullvadvpn-d1ada4a04d4e1b70aea404158d719e85c304e8bb.tar.xz
mullvadvpn-d1ada4a04d4e1b70aea404158d719e85c304e8bb.zip
Make `dirs` a workspace dependency and upgrade to 6.0.0
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 }