Skip to content

Commit

Permalink
Bump criterion from 0.4.0 to 0.5.1
Browse files Browse the repository at this point in the history
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.1.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.4.0...0.5.1)

---
updated-dependencies:
- dependency-name: criterion
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sharkdp committed Dec 1, 2023
1 parent 7c78777 commit c30d50d
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 14 deletions.
235 changes: 222 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ path = "src/cli/main.rs"
approx = "0.5.0"
assert_cmd = "2.0.12"
rand_xoshiro = "0.6.0"
criterion = "0.4"
criterion = "0.5"

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

0 comments on commit c30d50d

Please sign in to comment.