Skip to content

Commit

Permalink
Merge pull request #58 from c410-f3r/dependabot/cargo/rayon-1.10.0
Browse files Browse the repository at this point in the history
Bump rayon from 1.9.0 to 1.10.0
  • Loading branch information
c410-f3r authored May 22, 2024
2 parents 8431964 + c66384a commit 561ec37
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 561ec37

Please sign in to comment.