Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 2eaf9f6 commit c66384a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 ndstruct-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ arbitrary = { default-features = false, features = ["derive"], version = "1.3" }
libfuzzer-sys = { default-features = false, version = "0.4" }
ndstruct = { default-features = false, features = ["alloc", "rand", "rayon"], path = "../ndstruct" }
rand = { default-features = false, version = "0.8" }
rayon = { default-features = false, version = "1.9" }
rayon = { default-features = false, version = "1.10" }

[package]
authors = ["Automatically generated"]
Expand Down
2 changes: 1 addition & 1 deletion ndstruct/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[dependencies]
cl-aux = { default-features = false, features = ["serde"], path = "../cl-aux", version = "4.0" }
rand = { default-features = false, optional = true, version = "0.8" }
rayon = { default-features = false, optional = true, version = "1.9" }
rayon = { default-features = false, optional = true, version = "1.10" }
serde = { default-features = false, features = ["derive"], optional = true, version = "1.0" }

[features]
Expand Down

0 comments on commit c66384a

Please sign in to comment.