Skip to content

Commit

Permalink
Bump rayon from 1.5.3 to 1.6.0 (#743)
Browse files Browse the repository at this point in the history
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](rayon-rs/rayon@v1.5.3...rayon-core-v1.6.0)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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] committed Nov 19, 2022
1 parent dfceeed commit 70fef8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 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 @@ -25,7 +25,7 @@ fixedbitset = "0.4.2"
numpy = "0.17.2"
rand = "0.8"
rand_pcg = "0.3"
rayon = "1.5"
rayon = "1.6"
num-traits = "0.2"
num-bigint = "0.4"
num-complex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion rustworkx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["graph"]
ahash = "0.8.0"
fixedbitset = "0.4.2"
petgraph = "0.6.2"
rayon = "1.5"
rayon = "1.6"
num-traits = "0.2"
priority-queue = "1.2"

Expand Down

0 comments on commit 70fef8f

Please sign in to comment.