Update criterion requirement from 0.3.4 to 0.4.0

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.4...0.4.0)

---
updated-dependencies:
- dependency-name: criterion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-28 03:28:46 +00:00 committed by Taiki Endo
parent 3383b2125a
commit 54e7d94998
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ name = "bench"
harness = false
[dev-dependencies]
criterion = "0.3.4"
criterion = "0.4.0"
easy-parallel = "3.1.0"
fastrand = "1.3.3"