Bump rayon from 1.8.0 to 1.8.1 (#13)

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.0 to 1.8.1.
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.8.0...rayon-core-v1.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-17 20:31:17 +01:00
committed by GitHub
parent 545c0ecbd3
commit a366d89713
2 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ exclude = [
clap = {version="3.2.25", features=['yaml']}
error-chain = "0.12.0"
rand = "0.8.*"
rayon = "1.0.3"
rayon = "1.8.1"
[dev-dependencies]
assert_approx_eq = "1.1.0"