about summary refs log tree commit diff
path: root/tvix/store/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-01-05T14·12+0200
committerclbot <clbot@tvl.fyi>2024-01-05T16·43+0000
commit5a82736122bc16d79873e2702473606d891e42f8 (patch)
treed41170f86504a14b83929994faa60772e98664ff /tvix/store/Cargo.toml
parent70e40f5ce8735229328fb0bc15becb04e5e6f268 (diff)
chore(tvix): bump test-case dep to 3.3.1 r/7350
Change-Id: I643548d95a5fab84563c7cbe51ca2ce640c186a9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10537
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r--tvix/store/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml
index 39bd0851bc..9065465af6 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"