Skip to content

Commit d511318

Browse files
Update criterion requirement from 0.5 to 0.6 (#202)
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.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64add05 commit d511318

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
@@ -46,7 +46,7 @@ rand_chacha = "0.3"
4646
sha2 = "0.10"
4747

4848
[dev-dependencies]
49-
criterion = "0.5"
49+
criterion = "0.6"
5050
proptest = "1"
5151
serde_json = "1"
5252

0 commit comments

Comments
 (0)