Update criterion requirement from 0.3.4 to 0.4.0 (#162)

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>

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]
2022-09-13 16:01:00 -05:00
committed by GitHub
parent 2c9bf9b29b
commit a42e9d9593

View File

@ -16,7 +16,7 @@ schemars = { version = "0.8.10", optional = true }
[dev-dependencies]
serde_json = "1.0"
criterion = {version = "0.3.4", features= ["html_reports"]}
criterion = {version = "0.4.0", features= ["html_reports"]}
does-it-json = "0.0.4"
[badges]