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/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 115c1b7397..cec5b7ac97 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -27,7 +27,7 @@ futures = { version = "0.3.28", default-features = false, features = ["executor" lazy_static = "1.4.0" serde_json = "1.0" test-case = "2.2.2" -criterion = { version = "0.4", features = ["html_reports"] } +criterion = { version = "0.5", features = ["html_reports"] } hex-literal = "0.4.1" pretty_assertions = "1.4.0" zstd = "^0.9.0" -- cgit 1.4.1