Skip to content

Commit 2d00362

Browse files
authored
chore: update criterion to 0.8 (#396)
Update the criterion dev dependency to 0.8. Dependabot got somehow stuck, hence do it manually. Closes #392.
1 parent 8339235 commit 2d00362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codetable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
3939
[dev-dependencies]
4040
hex = "0.4.2"
4141
unsigned-varint = { version = "0.8.0", default-features = false }
42-
criterion = "0.7"
42+
criterion = "0.8"
4343
rand = "0.9.2"
4444

4545
[[bench]]

0 commit comments

Comments
 (0)