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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-26 17:00:20 +00:00
committed by GitHub
parent cb19852e11
commit 79cb2b8a89

View File

@@ -16,7 +16,7 @@ rayon = { version = "1.5.2", default-features = false, optional = true }
[dev-dependencies] [dev-dependencies]
ark-ec = { version = "^0.4.0", default-features = false } ark-ec = { version = "^0.4.0", default-features = false }
criterion = "0.4.0" criterion = "0.5.1"
[features] [features]
# default = [ "parallel", "print-trace" ] # default = [ "parallel", "print-trace" ]