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

build(deps): update rust crate rayon to 1.7.0

This commit is contained in:
renovate[bot] 2023-03-04 05:30:45 +00:00 committed by GitHub
parent 5e78226a3f
commit db6d7197db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -2339,9 +2339,9 @@ dependencies = [
[[package]]
name = "rayon"
version = "1.6.1"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
dependencies = [
"either",
"rayon-core",
@ -2349,9 +2349,9 @@ dependencies = [
[[package]]
name = "rayon-core"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ebf1bc4b691de61bd5a8ba170bfd6a1d363ff3cb595a51798d107aab25d2466"
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",

View File

@ -66,7 +66,7 @@ pest = "2.5.5"
pest_derive = "2.5.5"
quick-xml = "0.27.1"
rand = "0.8.5"
rayon = "1.6.1"
rayon = "1.7.0"
regex = "1.7.1"
rust-ini = "0.18.0"
semver = "1.0.16"