build(deps): Update criterion requirement from 0.4 to 0.5 (#159)

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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-24 04:15:15 +02:00
committed by GitHub
parent 72ccd5734f
commit 88ed4dfc7a

View File

@@ -19,7 +19,7 @@ static_assertions = "1"
[dev-dependencies]
anyhow = "1"
criterion = "0.4"
criterion = "0.5"
env_logger = "0.10"
futures = "0.3.4"
quickcheck = "1.0"