From 5a82736122bc16d79873e2702473606d891e42f8 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 5 Jan 2024 16:12:35 +0200 Subject: chore(tvix): bump test-case dep to 3.3.1 Change-Id: I643548d95a5fab84563c7cbe51ca2ce640c186a9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10537 Reviewed-by: raitobezarius Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/nix-compat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/nix-compat/Cargo.toml') diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index 8e945cc4ee..2e4bff71aa 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" -- cgit 1.4.1