Skip to content

Commit f41b906

Browse files
Bump rayon from 1.9.0 to 1.10.0
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.9.0...rayon-core-v1.10.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 814f998 commit f41b906

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -15,7 +15,7 @@ clap = { version = "4.5.4", features = ["derive"] }
1515
reqwest = { version = "0.12.0", default-features = false, features = ["blocking", "rustls-tls", "http2"] }
1616
anyhow = "1.0.82"
1717
guppy = "0.17.5"
18-
rayon = "1.9.0"
18+
rayon = "1.10.0"
1919
git2 = { version = "0.18.3", features = ["vendored-libgit2", "vendored-openssl"] }
2020

2121
[profile.release]

0 commit comments

Comments
 (0)