Skip to content

Commit 58411d6

Browse files
dependabot[bot]notgull
authored andcommitted
Update criterion requirement from 0.6 to 0.7
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.6.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95ec34d commit 58411d6

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
@@ -33,7 +33,7 @@ futures-lite = { version = "2.0.0", default-features = false, features = ["std"]
3333
async-channel = "2.0.0"
3434
async-io = "2.1.0"
3535
async-lock = "3.0.0"
36-
criterion = { version = "0.6", default-features = false, features = ["cargo_bench_support"] }
36+
criterion = { version = "0.7", default-features = false, features = ["cargo_bench_support"] }
3737
easy-parallel = "3.1.0"
3838
fastrand = "2.0.0"
3939
futures-lite = "2.0.0"

0 commit comments

Comments
 (0)