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/nix-compat | |
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/nix-compat')
-rw-r--r-- | tvix/nix-compat/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index 8e945cc4ee46..2e4bff71aa42 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -26,7 +26,7 @@ thiserror = "1.0.38" futures = { version = "0.3.30", default-features = false, features = ["executor"] } lazy_static = "1.4.0" serde_json = "1.0" -test-case = "2.2.2" +test-case = "3.3.1" criterion = { version = "0.5", features = ["html_reports"] } hex-literal = "0.4.1" pretty_assertions = "1.4.0" |