Skip to content

Commit

Permalink
Update criterion requirement from 0.3.4 to 0.4.0 (#162)
Browse files Browse the repository at this point in the history
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Release notes](https://github.com/bheisler/criterion.rs/releases)
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.3.4...0.4.0)

---
updated-dependencies:
- dependency-name: criterion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2022
1 parent 2c9bf9b commit a42e9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ schemars = { version = "0.8.10", optional = true }

[dev-dependencies]
serde_json = "1.0"
criterion = {version = "0.3.4", features= ["html_reports"]}
criterion = {version = "0.4.0", features= ["html_reports"]}
does-it-json = "0.0.4"

[badges]
Expand Down

0 comments on commit a42e9d9

Please sign in to comment.