Update criterion requirement from 0.3.0 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.0...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-09-12 03:02:29 +00:00
committed by GitHub
parent d03964f881
commit 628b64ffb6
+1 -1
View File
@@ -14,7 +14,7 @@ regex = "1.0.5"
unicase = "2.2.0"
[dev-dependencies]
criterion = "0.3.0"
criterion = "0.4.0"
tempfile = "3.0.0"
[[bench]]