Skip to content

Commit

Permalink
Update criterion requirement from 0.3 to 0.5.1 (#37)
Browse files Browse the repository at this point in the history
* Update criterion requirement from 0.3 to 0.5

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]>

* Looks like we need to be more specific with criterion crate version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Scouten <[email protected]>
  • Loading branch information
dependabot[bot] and scouten authored Jan 7, 2024
1 parent 4202555 commit 81f503b
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 @@ thiserror = "1.0.50"

[dev-dependencies]
codspeed-criterion-compat = "2.3.3"
criterion = "0.3"
criterion = "0.5.1"
pretty_assertions_sorted = "1.2.3"

[[bench]]
Expand Down

0 comments on commit 81f503b

Please sign in to comment.