Skip to content

Commit 85f03aa

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 6c70369 commit 85f03aa

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
@@ -29,7 +29,7 @@ futures-lite = { version = "2.0.0", default-features = false, features = ["std"]
2929
async-channel = "2.0.0"
3030
async-io = "2.1.0"
3131
async-lock = "3.0.0"
32-
criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] }
32+
criterion = { version = "0.5.1", default-features = false, features = ["cargo_bench_support"] }
3333
easy-parallel = "3.1.0"
3434
fastrand = "2.0.0"
3535
futures-lite = "2.0.0"

0 commit comments

Comments
 (0)