chore(deps): bump rayon from 1.5.2 to 1.5.3 (#27)

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3.
This commit is contained in:
dependabot[bot] 2022-05-16 07:09:26 +00:00
parent 5465bc0a7b
commit ba32367beb
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -530,9 +530,9 @@ dependencies = [
[[package]]
name = "rayon"
version = "1.5.2"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
dependencies = [
"autocfg",
"crossbeam-deque",

View file

@ -15,7 +15,7 @@ rust-version = "1.56.1"
sysctl = "0.4.4"
thiserror = "1.0.31"
lazy_static = "1.4.0"
rayon = "1.5.2"
rayon = "1.5.3"
colored = "2.0.0"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"