From 165c7610fa640759ebb58f0170afd3faa10fc6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:24:54 +0000 Subject: [PATCH] chore(deps): update criterion requirement from 0.5 to 0.8 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.0...criterion-v0.8.2) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 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 16a9627..17232ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ ruint = { path = ".", features = ["arbitrary", "proptest"] } ark-bn254-03 = { version = "0.3.0", package = "ark-bn254" } ark-bn254-04 = { version = "0.4.0", package = "ark-bn254" } -criterion = "0.5" +criterion = "0.8" rand-09 = { version = "0.9", package = "rand" } approx = "0.5"