Skip to content

Commit 47d7f7a

Browse files
authored
Merge pull request #154 from smol-rs/dependabot/cargo/criterion-0.8
Update criterion requirement from 0.7 to 0.8
2 parents b0f396c + 86bcbf8 commit 47d7f7a

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.7", default-features = false, features = ["cargo_bench_support"] }
36+
criterion = { version = "0.8", 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)