Update criterion requirement from 0.4.0 to 0.5 (#42)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-07 01:51:40 +09:00 committed by GitHub
parent 71302ab09c
commit 3b08720796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ name = "bench"
harness = false
[dev-dependencies]
criterion = { version = "0.4.0", features = ["cargo_bench_support"], default-features = false }
criterion = { version = "0.5", features = ["cargo_bench_support"], default-features = false }
easy-parallel = "3.1.0"
fastrand = "2.0.0"