Skip to content

Commit 9d94b9f

Browse files
dependabot[bot]extrawurst
authored andcommitted
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 ef6abbb commit 9d94b9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asyncgit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ log = "0.4"
2323
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}
2424
# pinning to vendored openssl, using the git2 feature this gets lost with new resolver
2525
openssl-sys = { version = '0.9', features = ["vendored"], optional = true }
26-
rayon = "1.9"
26+
rayon = "1.10"
2727
rayon-core = "1.12"
2828
scopetime = { path = "../scopetime", version = "0.1" }
2929
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)