From ee8fe77dfbe01e655fcaec3423831180aa0e5352 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:54:44 +0000 Subject: [PATCH] Update Rust crate energy-bench to ^0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9846e7..9d46422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ thiserror = "^2.0" serde_json = "^1.0" rand = "^0.10" criterion = { version = "^0.8", features = ["html_reports"] } -energy-bench = "^0.2.0" +energy-bench = "^0.3.0" [[bench]] name = "base"