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/glue/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/glue/Cargo.toml') diff --git a/tvix/glue/Cargo.toml b/tvix/glue/Cargo.toml index 80a7d1b63f..ad776a48f7 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" -- cgit 1.4.1