Skip to content

Commit

Permalink
build(deps): bump rayon from 1.8.1 to 1.9.0 (#366)
Browse files Browse the repository at this point in the history
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.1 to 1.9.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.1...rayon-core-v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[sckip ci]
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent be13b7b commit 27cee5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -23,7 +23,7 @@ path = "src/main.rs"
[dependencies]
thiserror = "1.0.57"
byteorder = "1.5.0"
rayon = "1.8.1"
rayon = "1.9.0"
colored = "2.1.0"
clap_complete = "4.4.9"

Expand Down

0 comments on commit 27cee5e

Please sign in to comment.