Skip to content

Commit

Permalink
build(deps): bump rayon from 1.9.0 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.9.0 to 1.10.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.9.0...rayon-core-v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kaspar030 committed Mar 26, 2024
1 parent e7a1d7e commit 09146f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -20,7 +20,7 @@ derive_builder = "0.20.0"
indexmap = { version = "2.2.6", features = ["serde"] }
itertools = "0.12.1"
pathdiff = { version = "0.2.1", features = ["camino"] }
rayon = "1.9.0"
rayon = "1.10.0"
serde = "1.0.197"
serde_derive = "1.0.194"
serde_yaml = "0.9.34"
Expand Down

0 comments on commit 09146f3

Please sign in to comment.