Skip to content

Commit 21d5995

Browse files
chore(deps): bump rayon from 1.11.0 to 1.12.0
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.11.0 to 1.12.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.11.0...rayon-core-v1.12.0) --- updated-dependencies: - dependency-name: rayon dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 734b391 commit 21d5995

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ndarray = { version = "0.17", features = ["rayon", "serde"] }
2424
ndarray-rand = "0.16"
2525
rand = "0.10"
2626
rand_distr = "0.6"
27-
rayon = "1.8"
27+
rayon = "1.12"
2828

2929
# Serialization
3030
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)