From d9945ba15d6d0cf5260e081d82d0aec0ca20909f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:12:10 +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 8c7d072..c263bc1 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"