Skip to content

Commit

Permalink
Update criterion requirement from 0.3.0 to 0.4.0
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.0...0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dginev committed Mar 7, 2023
1 parent 474695d commit d2ac9e0
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 @@ -31,7 +31,7 @@ pkg-config = "0.3.2"

[dev-dependencies]
rayon = "1.0.0"
criterion = "0.3.0"
criterion = "0.4.0"

[[bench]]
name = "parsing_benchmarks"
Expand Down

0 comments on commit d2ac9e0

Please sign in to comment.