Skip to content

Commit 4fbe23a

Browse files
Update criterion requirement from 0.4 to 0.5 (#43)
Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c70369 commit 4fbe23a

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", 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)