build(deps): bump rayon from 1.5.3 to 1.6.0

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/v1.5.3...rayon-core-v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-22 00:18:27 +00:00 committed by kmeisthax
parent 25664778f3
commit 6ab797b213
3 changed files with 6 additions and 7 deletions

9
Cargo.lock generated
View File

@ -3177,11 +3177,10 @@ dependencies = [
[[package]]
name = "rayon"
version = "1.5.3"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
@ -3189,9 +3188,9 @@ dependencies = [
[[package]]
name = "rayon-core"
version = "1.9.3"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",

View File

@ -15,7 +15,7 @@ log = "0.4"
walkdir = "2.3.2"
indicatif = "0.17"
anyhow = "1.0"
rayon = "1.5.3"
rayon = "1.6.0"
[features]
avm_debug = ["ruffle_core/avm_debug"]

View File

@ -15,6 +15,6 @@ csv = "1.1"
indicatif = "0.17"
path-slash = "0.2.1"
swf = { path = "../swf" }
rayon = "1.5.3"
rayon = "1.6.0"
crossbeam-channel = "0.5"
sha2 = "0.10.6"