From 01a3c87a3ab1b7df6045f5a32746c340b7e4ad3a Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 9 Dec 2023 19:26:40 +0200 Subject: chore(tvix): bump criterion to 0.5 Change-Id: I28904ca23437b4bb745c0eb1f4eb9ae33e09eb5a Reviewed-on: https://cl.tvl.fyi/c/depot/+/10244 Reviewed-by: grfn Autosubmit: flokli Tested-by: BuildkiteCI --- tvix/eval/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/eval') diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 466d05d691ec..ae874a4507c1 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -32,7 +32,7 @@ toml = "0.6.0" xml-rs = "0.8.4" [dev-dependencies] -criterion = "0.4" +criterion = "0.5" pretty_assertions = "1.2.1" itertools = "0.10.3" tempfile = "3.3.0" -- cgit 1.4.1