mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
build(deps): update rust crate process_control to 4.1.0
This commit is contained in:
Generated
+3
-4
@@ -2385,14 +2385,13 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "process_control"
|
name = "process_control"
|
||||||
version = "4.0.3"
|
version = "4.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "32e056a69288d0a211f4c74c48391c6eb86e714fdcb9dc58a9f34302da9c20bf"
|
checksum = "4d18334c4a4b2770ee894e63cf466d5a9ea449cf29e321101b0b135a747afb6f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam-channel",
|
|
||||||
"libc",
|
"libc",
|
||||||
"signal-hook 0.3.17",
|
"signal-hook 0.3.17",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
+1
-1
@@ -89,7 +89,7 @@ versions = "6.1.0"
|
|||||||
which = "6.0.0"
|
which = "6.0.0"
|
||||||
yaml-rust = "0.4.5"
|
yaml-rust = "0.4.5"
|
||||||
|
|
||||||
process_control = { version = "4.0.3", features = ["crossbeam-channel"] }
|
process_control = { version = "4.1.0", features = ["crossbeam-channel"] }
|
||||||
|
|
||||||
guess_host_triple = "0.1.3"
|
guess_host_triple = "0.1.3"
|
||||||
home = "0.5.9"
|
home = "0.5.9"
|
||||||
|
|||||||
Reference in New Issue
Block a user