Skip to content

Commit 16ffd47

Browse files
chore(deps): update criterion requirement from 0.5 to 0.7
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7886e1c commit 16ffd47

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
@@ -21,7 +21,7 @@ data-encoding = { version = "2.3.1", default-features = false, features = ["allo
2121
data-encoding-macro = "0.1.9"
2222

2323
[dev-dependencies]
24-
criterion = "0.5"
24+
criterion = "0.7"
2525
rand = "0.9"
2626

2727
[[bench]]

0 commit comments

Comments
 (0)