diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-09-24 12:09:48 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-09-24 12:53:28 +0200 |
| commit | d1ada4a04d4e1b70aea404158d719e85c304e8bb (patch) | |
| tree | 837dc8b4f750321689b79c4f068f58f80db3f03b /test/test-runner | |
| parent | 95d29b52e2ecbfa660dc355e1182878f0b5a7f29 (diff) | |
| download | mullvadvpn-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.toml | 2 |
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 } |
