Skip to content

Commit

Permalink
Merge pull request #21 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 Feb 12, 2024
2 parents 74b74e0 + b5771e6 commit acce54d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 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.0" }
rayon = { default-features = false, optional = true, version = "1.8" }
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 acce54d

Please sign in to comment.