Update criterion requirement from 0.4 to 0.5 (#2056)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-24 15:59:51 +09:00
committed by GitHub
parent a789ad9aee
commit 4be6f83b0a
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ maplit = "1.0.2"
matches = "0.1.9"
pretty_assertions = "1.2.1"
proptest = "1.0.0"
criterion = "0.4"
criterion = "0.5"
test-log = "0.2.10"
env_logger = "0.10.0"
pprof = { version = "0.11.0", features = ["flamegraph", "criterion"] }

View File

@@ -12,7 +12,7 @@ zstd = { version = "0.12", features = ["experimental"] }
[dev-dependencies]
proptest = "1"
criterion = "0.4"
criterion = "0.5"
names = "0.14"
rand = "0.8"

View File

@@ -20,7 +20,7 @@ path = "example/hashmap.rs"
[dev-dependencies]
rand = "0.8.5"
zipf = "7.0.0"
criterion = "0.4.0"
criterion = "0.5.0"
rustc-hash = "1.1.0"
[features]