Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kpreid committed Oct 5, 2023
1 parent 50e924b commit f00ca05
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 @@ -61,7 +61,7 @@ polonius-the-crab = { version = "0.3.1" }
pretty_assertions = "1.2.0"
rand = { version = "0.8.2", default-features = false }
rand_xoshiro = "0.6.0"
rayon = { version = "1.7.0" }
rayon = { version = "1.8.0" }
rendiff = { version = "0.1.0" }
send_wrapper = "0.6.0"
serde = { version = "1.0.160", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit f00ca05

Please sign in to comment.