Skip to content

Commit

Permalink
Merge pull request #30 from c410-f3r/dependabot/cargo/rayon-1.9.0
Browse files Browse the repository at this point in the history
Bump rayon from 1.8.1 to 1.9.0
  • Loading branch information
c410-f3r authored Mar 3, 2024
2 parents 3848d3c + 98aa57b commit d5416ea
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 mop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ndstruct = { default-features = false, features = ["rand"], optional = true, ver
num-integer = { default-features = false, optional = true, version = "0.1" }
num-traits = { default-features = false, features = ["libm"], version = "0.2" }
rand = { default-features = false, features = ["getrandom"], optional = true, version = "0.8" }
rayon = { default-features = false, optional = true, version = "1.8" }
rayon = { default-features = false, optional = true, version = "1.9" }
serde = { default-features = false, features = ["derive"], optional = true, version = "1.0" }
wasm-bindgen = { default-features = false, features = ["std", "spans"], optional = true, version = "0.2" }

Expand Down

0 comments on commit d5416ea

Please sign in to comment.