From 69542ff2441ff91ac783b22ebc523ee6b9b5789a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 12:12:25 +0800 Subject: [PATCH] Update criterion requirement from 0.3.0 to 0.4.0 (#81) Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- arithmetic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arithmetic/Cargo.toml b/arithmetic/Cargo.toml index 17618a1..2082c7f 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.3.0", default-features = false } -criterion = "0.3.0" +criterion = "0.4.0" [features] # default = [ "parallel", "print-trace" ]