Skip to content

Commit 127be41

Browse files
Update criterion requirement from 0.7 to 0.8 (#40)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8515955 commit 127be41

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.7", features = ["html_reports"] }
48+
criterion = { version = "0.8", features = ["html_reports"] }
4949
serde = "1.0"
5050
serde_json = "1.0"
5151
proptest = "1.6"

0 commit comments

Comments
 (0)