From cecaa1e2db6eed6926fec40dfcf416c6f6256d28 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:44:17 +0000 Subject: [PATCH] chore(deps): update rust crate criterion to 0.8.0 --- benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 97b19da..98e66ce 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -18,7 +18,7 @@ statrs = { version = "0.16.0" } xxhash-rust = { version = "0.8.8", default-features = false, features = ["const_xxh3", "xxh3"] } [dev-dependencies] -criterion = { version = "0.5.1", features = ["html_reports"] } +criterion = { version = "0.8.0", features = ["html_reports"] } proptest = { version = "1.4.0" } [[bench]]