Skip to content

Commit

Permalink
Bump rayon from 1.7.0 to 1.10.0 in /native (#1193)
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.10.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.7.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 38cc079 commit 47b171b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 38 deletions.
43 changes: 6 additions & 37 deletions native/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 native/libcst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libcst_derive = { path = "../libcst_derive", version = "1.4.0" }
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
difference = "2.0.0"
rayon = "1.7.0"
rayon = "1.10.0"
itertools = "0.13.0"

[[bench]]
Expand Down

0 comments on commit 47b171b

Please sign in to comment.