Skip to content

Commit

Permalink
build(deps): bump rayon from 1.6.0 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.6.0 to 1.6.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.6.0...rayon-core-v1.6.1)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 12, 2022
1 parent 3d9260a commit 3f992fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ derive_builder = "0.12.0"
indexmap = { version = "1.9.2", features = ["serde-1"] }
itertools = "0.10.5"
pathdiff = "0.2.1"
rayon = "1.6.0"
rayon = "1.6.1"
serde = "1.0.149"
serde_derive = "1.0.147"
serde_yaml = "0.9.14"
Expand Down

0 comments on commit 3f992fd

Please sign in to comment.