Skip to content

Commit

Permalink
build(deps): update criterion requirement from 0.3 to 0.5
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.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.3.0...0.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent 74029c5 commit 6decf9d
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 @@ -19,7 +19,7 @@ crate-type = ["staticlib", "rlib"]
paste = "1.0"

[dev-dependencies]
criterion = {version = "0.3", features = ["html_reports"]}
criterion = {version = "0.5", features = ["html_reports"]}
itertools = "0.12"
rand = "0.8"

Expand Down

0 comments on commit 6decf9d

Please sign in to comment.