Skip to content

Commit a66c654

Browse files
Update criterion requirement from 0.4.0 to 0.5.1 (#46)
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.4.0...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 217598e commit a66c654

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
@@ -22,7 +22,7 @@ thiserror = "1.0.30"
2222

2323
[dev-dependencies]
2424
fenwick-model = { path = "./fenwick-model" }
25-
criterion = "0.4.0"
25+
criterion = "0.5.1"
2626
test-case = "3.0.0"
2727

2828
[[bench]]

0 commit comments

Comments
 (0)