Skip to content

Commit 32b1085

Browse files
Update criterion requirement from 0.4.0 to 0.5.1
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](bheisler/criterion.rs@0.4.0...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85c20eb commit 32b1085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ slab = "0.4.4"
2525
[dev-dependencies]
2626
async-channel = "1.4.1"
2727
async-io = "1.1.9"
28-
criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] }
28+
criterion = { version = "0.5.1", default-features = false, features = ["cargo_bench_support"] }
2929
easy-parallel = "3.1.0"
3030
once_cell = "1.16.0"
3131

0 commit comments

Comments
 (0)