From 79cb2b8a89b6d72d803a84ead806d00434fb3685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 17:00:20 +0000 Subject: [PATCH] Update criterion requirement from 0.4.0 to 0.5.1 Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arithmetic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arithmetic/Cargo.toml b/arithmetic/Cargo.toml index 209450b..99192dc 100644 --- a/arithmetic/Cargo.toml +++ b/arithmetic/Cargo.toml @@ -16,7 +16,7 @@ rayon = { version = "1.5.2", default-features = false, optional = true } [dev-dependencies] ark-ec = { version = "^0.4.0", default-features = false } -criterion = "0.4.0" +criterion = "0.5.1" [features] # default = [ "parallel", "print-trace" ]