mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
build(deps): update rust crate process_control to 5.1.0
This commit is contained in:
Generated
+9
-2
@@ -263,6 +263,12 @@ version = "1.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
||||
|
||||
[[package]]
|
||||
name = "attr_alias"
|
||||
version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b9dcf97260bbb12df5bb782740a6c735244debba888a821cef4264c07bd11aa1"
|
||||
|
||||
[[package]]
|
||||
name = "autocfg"
|
||||
version = "1.4.0"
|
||||
@@ -2766,10 +2772,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "process_control"
|
||||
version = "5.0.0"
|
||||
version = "5.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f32c4eb5a227708adf07971a8b0da3d7c8f7fb3e54de64aaaedc9bef72f70b62"
|
||||
checksum = "de8e5a3876090fd5956330e2a0b10bda2ba2ccdaa1638e038daea361321d4353"
|
||||
dependencies = [
|
||||
"attr_alias",
|
||||
"libc",
|
||||
"signal-hook 0.3.18",
|
||||
"windows-sys 0.59.0",
|
||||
|
||||
+1
-1
@@ -58,7 +58,7 @@ parking_lot = "0.12.3"
|
||||
path-slash = "0.2.1"
|
||||
pest = "2.8.0"
|
||||
pest_derive = "2.8.0"
|
||||
process_control = "5.0.0"
|
||||
process_control = "5.1.0"
|
||||
quick-xml = "0.37.5"
|
||||
rand = "0.9.1"
|
||||
rayon = "1.10.0"
|
||||
|
||||
Reference in New Issue
Block a user