59: chore(deps): bump rayon from 1.6.0 to 1.6.1 r=orhun a=dependabot[bot]

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.6.0 to 1.6.1.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-01-02 08:28:41 +00:00 committed by GitHub
commit e0334553ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -574,11 +574,10 @@ dependencies = [
[[package]]
name = "rayon"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
dependencies = [
"crossbeam-deque",
"either",
"rayon-core",
]

View file

@ -15,7 +15,7 @@ rust-version = "1.56.1"
sysctl = "0.5.4"
thiserror = "1.0.38"
lazy_static = "1.4.0"
rayon = "1.6.0"
rayon = "1.6.1"
colored = "2.0.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.89"