1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 11:00:47 +00:00

build(deps): update rust crate rayon to 1.6.1

This commit is contained in:
renovate[bot] 2022-12-10 00:13:09 +00:00
parent 7341607c29
commit ab614a372c
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -2389,11 +2389,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

@ -66,7 +66,7 @@ pest = "2.5.1"
pest_derive = "2.5.1"
quick-xml = "0.26.0"
rand = "0.8.5"
rayon = "1.6.0"
rayon = "1.6.1"
regex = "1.7.0"
rust-ini = "0.18.0"
semver = "1.0.14"