Update criterion requirement from 0.4 to 0.5

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>
This commit is contained in:
dependabot[bot] 2023-05-23 20:57:48 +00:00 committed by GitHub
parent 2f6e404c89
commit f0932d197e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ sv-parser-syntaxtree = {version = "^0.13.1", path = "../sv-parser-syntaxtree"}
[dev-dependencies]
structopt = "0.3.2"
criterion = "0.4"
criterion = "0.5"
enquote = "1.0"
[[bench]]