Skip to content

Commit

Permalink
Merge pull request #52 from c410-f3r/dependabot/cargo/rayon-1.8.1
Browse files Browse the repository at this point in the history
Bump rayon from 1.8.0 to 1.8.1
  • Loading branch information
c410-f3r authored Jan 28, 2024
2 parents 5dbf2d1 + 0301cd1 commit bb3db7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.0" }
rayon = { default-features = false, version = "1.8" }

[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.0" }
rayon = { default-features = false, optional = true, version = "1.8" }
serde = { default-features = false, features = ["derive"], optional = true, version = "1.0" }

[features]
Expand Down

0 comments on commit bb3db7d

Please sign in to comment.