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-24 14:01:30 +00:00 committed by GitHub
parent 22469d6b38
commit 40954901a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,5 +45,5 @@ tokio = { version = "1.0", features = ["rt", "time"] }
log = "0.4"
[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
tokio = { version = "1.0", features = ["rt-multi-thread"] }

View File

@ -61,7 +61,7 @@ tokio-util = { version = "0.7", features = ["codec"] }
[dev-dependencies]
futures-executor = "0.3"
criterion = "0.4"
criterion = "0.5"
env_logger = "0.10"
tokio = { version = "1.0", features = [
"macros",