Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: rayon
  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 lukehsiao committed Apr 1, 2024
1 parent e6b45f7 commit 2396a8a
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 @@ -15,6 +15,6 @@ categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.81"
clap = { version = "4.5.1", features = ["wrap_help", "derive"] }
rayon = "1.9.0"
rayon = "1.10.0"
tabled = "0.15.0"
xshell = "0.2.5"

0 comments on commit 2396a8a

Please sign in to comment.