From ad186d6273f09c63d413a21129f5bc921d039fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:22:44 +0000 Subject: [PATCH] Update criterion requirement from 0.5.1 to 0.8.2 Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/criterion-rs/criterion.rs/compare/0.5.1...criterion-plot-v0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4df606b..8a85aa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ borsh = { version = "1.7.0", optional = true } lto = true [dev-dependencies] -criterion = { version = "0.5.1", features = ["html_reports"] } +criterion = { version = "0.8.2", features = ["html_reports"] } uuid = { version = "1.23.3", features = ["v4", "v7"] } ulid = "1.2.1" rs-snowflake = "0.6.0"