Skip to content

Commit 3ceeb33

Browse files
dependabot[bot]extrawurst
authored andcommitted
Bump rayon-core from 1.10.2 to 1.11.0
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.10.2...rayon-core-v1.11.0) --- updated-dependencies: - dependency-name: rayon-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73db2cf commit 3ceeb33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -41,7 +41,7 @@ log = "0.4"
4141
notify = "5.1"
4242
notify-debouncer-mini = "0.2"
4343
once_cell = "1"
44-
rayon-core = "1.10"
44+
rayon-core = "1.11"
4545
ron = "0.8"
4646
scopeguard = "1.1"
4747
scopetime = { path = "./scopetime", version = "0.1" }

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log = "0.4"
2020
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}
2121
# pinning to vendored openssl, using the git2 feature this gets lost with new resolver
2222
openssl-sys = { version = '0.9', features = ["vendored"], optional = true }
23-
rayon-core = "1.10"
23+
rayon-core = "1.11"
2424
scopetime = { path = "../scopetime", version = "0.1" }
2525
serde = { version = "1.0", features = ["derive"] }
2626
shellexpand = "3.0"

0 commit comments

Comments
 (0)