Skip to content

Commit d8bd472

Browse files
dependabot-preview[bot]Stephan Dilly
authored and
Stephan Dilly
committed
Bump rayon-core from 1.7.1 to 1.8.0
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.7.1 to 1.8.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.7.1...rayon-core-v1.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 81f8777 commit d8bd472

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

Cargo.lock

Lines changed: 3 additions & 14 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
@@ -26,7 +26,7 @@ clap = { version = "2.33", default-features = false }
2626
tui = { version = "0.9", default-features = false, features = ['crossterm'] }
2727
bytesize = { version = "1.0.1", default-features = false}
2828
itertools = "0.9"
29-
rayon-core = "1.7"
29+
rayon-core = "1.8"
3030
log = "0.4"
3131
simplelog = { version = "0.8", default-features = false }
3232
dirs = "3.0"

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["git"]
1414
[dependencies]
1515
scopetime = { path = "../scopetime", version = "0.1" }
1616
git2 = { version = "0.13.10", default-features = false }
17-
rayon-core = "1.7"
17+
rayon-core = "1.8"
1818
crossbeam-channel = "0.4"
1919
log = "0.4"
2020
thiserror = "1.0"

0 commit comments

Comments
 (0)