Skip to content

Commit

Permalink
Update rayon requirement from =1.5.1 to =1.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rayon](https://github.com/rayon-rs/rayon) to permit the latest version.
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](rayon-rs/rayon@v1.5.1...rayon-core-v1.6.1)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 7, 2023
1 parent 81ae4ed commit 26bac10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1.0.75"

[target.'cfg(macos)'.dependencies]
rayon = "=1.5.1"
rayon = "=1.8.0"

[target.'cfg(not(target_os = "macos"))'.dependencies]
cust = "0.3.2"
Expand All @@ -21,7 +21,7 @@ byteorder = "=1.4.0"
cc = "=1.0.78"
jobserver = "=0.1.25"
log = "=0.4.17"
rayon = "=1.5.1"
rayon = "=1.8.0"
rayon-core = "=1.10.0"
regex = "=1.7.1"
regex-syntax = "=0.6.28"
Expand Down

0 comments on commit 26bac10

Please sign in to comment.