diff options
Diffstat (limited to 'tvix/store')
-rw-r--r-- | tvix/store/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 5931a86e0870..dee959b4de9d 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -58,7 +58,7 @@ tonic-build = "0.11.0" [dev-dependencies] async-process = "2.1.0" -rstest = "0.18.2" +rstest = "0.19.0" rstest_reuse = "0.6.0" test-case = "3.3.1" tempfile = "3.3.0" |