Skip to content

Commit 2916d53

Browse files
chore(deps): update criterion requirement from 0.4 to 0.5 (#51)
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.0) --- 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 54f5af1 commit 2916d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ serde_json = "1"
3434
tempfile = "3"
3535
gag = "1"
3636
pathdiff = "0.2"
37-
criterion = "0.4"
37+
criterion = "0.5"
3838

3939
[[bench]]
4040
name = "bootstrap"

0 commit comments

Comments
 (0)