Skip to content

Commit

Permalink
Bump rayon from 1.8.1 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.8.1 to 1.10.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.1...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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent 346dec2 commit 57528d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 splashsurf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4"
fern = "0.6"
chrono = "0.4.20"
anyhow = "1.0"
rayon = "1.7"
rayon = "1.10"
bytemuck = "1.9"
regex = "1.5.5"
walkdir = "2"
Expand Down
2 changes: 1 addition & 1 deletion splashsurf_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ thiserror = "1.0"
itertools = "0.12"
parking_lot = "0.12"
thread_local = "1.1.4"
rayon = "1.7"
rayon = "1.10"
dashmap = "5.2.0"
fxhash = "0.2"
bitflags = "2.4"
Expand Down

0 comments on commit 57528d4

Please sign in to comment.