From d38377f858b91d7187f3a8111223df897a34642c Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:00:40 +0000 Subject: [PATCH] Update Rust crate criterion to 0.8.0 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 455e660bcf..159086960b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -33,7 +33,7 @@ bytemuck = { version = "1.25.0", features = ["extern_crate_alloc"] } byteorder = "1.5.0" bytes = "1.11.1" clap = { version = "4.5.38", features = ["derive", "env"] } -criterion = "0.5.1" +criterion = "0.8.0" easy-ext = "1.0.3" educe = "0.6.0" enum-as-inner = "0.7.0"