diff options
author | Florian Klink <flokli@flokli.de> | 2024-01-05T14·12+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-01-05T16·43+0000 |
commit | 5a82736122bc16d79873e2702473606d891e42f8 (patch) | |
tree | d41170f86504a14b83929994faa60772e98664ff /tvix/glue/Cargo.toml | |
parent | 70e40f5ce8735229328fb0bc15becb04e5e6f268 (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/glue/Cargo.toml')
-rw-r--r-- | tvix/glue/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/glue/Cargo.toml b/tvix/glue/Cargo.toml index 80a7d1b63f96..ad776a48f730 100644 --- a/tvix/glue/Cargo.toml +++ b/tvix/glue/Cargo.toml @@ -23,7 +23,7 @@ git = "https://github.com/tvlfyi/wu-manber.git" criterion = { version = "0.5", features = ["html_reports"] } lazy_static = "1.4.0" tempfile = "3.8.1" -test-case = "2.2.2" +test-case = "3.3.1" [[bench]] name = "eval" |