mirror of
https://github.com/starship/starship.git
synced 2024-11-22 00:04:05 +01:00
build(deps): update rust crate process_control to 4.2.1
This commit is contained in:
parent
f03d0e5880
commit
aa13b3c195
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2321,9 +2321,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "process_control"
|
||||
version = "4.2.0"
|
||||
version = "4.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "52a6e5a3a16f96120ae4c65bffa1be6825d51abc3c564d82d737c463d63f12cf"
|
||||
checksum = "dc8a4ddde6cbfda35f6ea9ee34d1aa292521370996d1024bdb08fdd0caa40ee8"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"signal-hook 0.3.17",
|
||||
|
@ -89,7 +89,7 @@ versions = "6.3.2"
|
||||
which = "6.0.2"
|
||||
yaml-rust2 = "0.8.1"
|
||||
|
||||
process_control = { version = "4.2.0", features = ["crossbeam-channel"] }
|
||||
process_control = { version = "4.2.1", features = ["crossbeam-channel"] }
|
||||
|
||||
guess_host_triple = "0.1.3"
|
||||
home = "0.5.9"
|
||||
|
Loading…
Reference in New Issue
Block a user