Skip to content

Commit

Permalink
Bump rayon from 1.7.0 to 1.8.0 in /src/agent (microsoft#3520)
Browse files Browse the repository at this point in the history
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.7.0 to 1.8.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.7.0...rayon-core-v1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and chkeita committed Oct 3, 2023
1 parent ec89018 commit a23fa76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions src/agent/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 src/agent/input-tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fnv = "1.0"
hex = "0.4"
log = "0.4"
num_cpus = "1.15"
rayon = "1.7"
rayon = "1.8"
sha2 = "0.10.2"
win-util = { path = "../win-util" }

Expand Down

0 comments on commit a23fa76

Please sign in to comment.