diff options
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 } |
