Update criterion requirement from 0.3 to 0.4

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 13:19:27 +00:00 committed by GitHub
parent dfe3bc0493
commit e5f7f8e291
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.3"
criterion = "0.4"
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.3"
criterion = "0.4"
env_logger = "0.9"
tokio = { version = "1.0", features = [
"macros",