Skip to content

Commit

Permalink
build: bump rayon from 1.7.0 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.7.0 to 1.8.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.7.0...rayon-core-v1.8.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 arxanas committed Oct 3, 2023
1 parent f8cf49b commit 5af43ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 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 @@ -82,7 +82,7 @@ num_cpus = "1.16.0"
once_cell = "1.18.0"
path-slash = "0.2.1"
portable-pty = "0.8.1"
rayon = "1.7.0"
rayon = "1.8.0"
regex = "1.9.5"
rusqlite = { version = "0.29.0", features = ["bundled"] }
scm-bisect = { version = "0.1.0", path = "scm-bisect" }
Expand Down

0 comments on commit 5af43ab

Please sign in to comment.