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 Sep 25, 2023
1 parent 66bc910 commit 0001a8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 38 deletions.
43 changes: 6 additions & 37 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 src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ niffler = { version = "2.3.1", default-features = false, features = [ "gz" ] }
nohash-hasher = "0.2.0"
num-iter = "0.1.43"
once_cell = "1.18.0"
rayon = { version = "1.7.0", optional = true }
rayon = { version = "1.8.0", optional = true }
serde = { version = "1.0.168", features = ["derive"] }
serde_json = "1.0.107"
primal-check = "0.3.1"
Expand Down

0 comments on commit 0001a8e

Please sign in to comment.