Skip to content

Commit

Permalink
Bump rayon from 1.8.1 to 1.9.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.9.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.1...rayon-core-v1.9.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 Feb 28, 2024
1 parent 63fb098 commit 99cde4b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 2015/day-04-2015/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"

[dependencies]
md5 = "0.7.0"
rayon = "1.8.1"
rayon = "1.9.0"
2 changes: 1 addition & 1 deletion 2018/day-05-2018/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Alberto Leal <[email protected]>"]
edition = "2018"

[dependencies]
rayon = "1.8.1"
rayon = "1.9.0"
2 changes: 1 addition & 1 deletion 2018/day-11-2018/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Alberto Leal <[email protected]>"]
edition = "2018"

[dependencies]
rayon = "1.8.1"
rayon = "1.9.0"
2 changes: 1 addition & 1 deletion 2018/day-15-2018/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Alberto Leal <[email protected]>"]
edition = "2018"

[dependencies]
rayon = "1.8.1"
rayon = "1.9.0"
2 changes: 1 addition & 1 deletion 2018/day-18-2018/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Alberto Leal <[email protected]>"]
edition = "2018"

[dependencies]
rayon = "1.8.1"
rayon = "1.9.0"
2 changes: 1 addition & 1 deletion 2019/day-02-2019/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rayon = "1.8.1"
rayon = "1.9.0"
2 changes: 1 addition & 1 deletion 2019/day-04-2019/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rayon = "1.8.1"
rayon = "1.9.0"
2 changes: 1 addition & 1 deletion 2023/day-08-2023/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rayon = "1.8.1"
rayon = "1.9.0"
num = "0.4.1"
2 changes: 1 addition & 1 deletion 2023/day-12-2023/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rayon = "1.8.1"
rayon = "1.9.0"
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.

0 comments on commit 99cde4b

Please sign in to comment.