Skip to content

Commit

Permalink
Update criterion requirement from 0.4.0 to 0.5 (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent 71302ab commit 3b08720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3b08720

Please sign in to comment.