Skip to content

Commit 645124c

Browse files
committedSep 30, 2020
build(deps): bump rayon from 1.4.0 to 1.4.1
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.4.0 to 1.4.1. - [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.4.0...rayon-core-v1.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ae55697 commit 645124c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎Cargo.lock

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

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dirs-next = "1.0.1"
3434
git2 = { version = "0.13.11", default-features = false }
3535
toml = { version = "0.5.6", features = ["preserve_order"] }
3636
serde_json = "1.0.57"
37-
rayon = "1.4.0"
37+
rayon = "1.4.1"
3838
log = { version = "0.4.11", features = ["std"] }
3939
# battery is optional (on by default) because the crate doesn't currently build for Termux
4040
# see: https://github.com/svartalf/rust-battery/issues/33

0 commit comments

Comments
 (0)
Please sign in to comment.