Skip to content

Commit 0cf6701

Browse files
Update criterion requirement from 0.6 to 0.7 (#384)
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.6.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 453f725 commit 0cf6701

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
@@ -151,7 +151,7 @@ num-integer = "0.1.44"
151151
flate2 = "1"
152152
rand = "0.8.4"
153153
serde_json = "1"
154-
criterion = "0.6"
154+
criterion = "0.7"
155155
env_logger = "0.11"
156156

157157
[[bench]]

0 commit comments

Comments
 (0)