mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): update rust crate rayon to 1.12.0
This commit is contained in:
Generated
+2
-2
@@ -3080,9 +3080,9 @@ checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rayon"
|
name = "rayon"
|
||||||
version = "1.11.0"
|
version = "1.12.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
"rayon-core",
|
"rayon-core",
|
||||||
|
|||||||
+1
-1
@@ -61,7 +61,7 @@ pest_derive = "2.8.6"
|
|||||||
process_control = "5.2.0"
|
process_control = "5.2.0"
|
||||||
quick-xml = "0.39.2"
|
quick-xml = "0.39.2"
|
||||||
rand = "0.10.1"
|
rand = "0.10.1"
|
||||||
rayon = "1.11.0"
|
rayon = "1.12.0"
|
||||||
regex = { version = "1.12.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
regex = { version = "1.12.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
||||||
rust-ini = "0.21.3"
|
rust-ini = "0.21.3"
|
||||||
semver = "1.0.28"
|
semver = "1.0.28"
|
||||||
|
|||||||
Reference in New Issue
Block a user