Skip to content

Commit f42f51f

Browse files
Update criterion requirement from 0.5 to 0.6 (#38)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1417805 commit f42f51f

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
@@ -45,7 +45,7 @@ slab = "0.4"
4545
thiserror = "2.0"
4646

4747
[dev-dependencies]
48-
criterion = { version = "0.5", features = ["html_reports"] }
48+
criterion = { version = "0.6", features = ["html_reports"] }
4949
serde = "1.0"
5050
serde_json = "1.0"
5151
proptest = "1.6"

0 commit comments

Comments
 (0)