diff options
Diffstat (limited to 'tvix/store/Cargo.toml')
-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 39bd0851bc54..9065465af622 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -47,7 +47,7 @@ prost-build = "0.12.1" tonic-build = "0.10.2" [dev-dependencies] -test-case = "2.2.2" +test-case = "3.3.1" tempfile = "3.3.0" tokio-retry = "0.3.0" |