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

build(deps): update rust crate process_control to 4.0.1

This commit is contained in:
renovate[bot] 2022-12-18 13:24:46 +00:00
parent 14de3b34c1
commit c75d88f2ad
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2253,14 +2253,14 @@ dependencies = [
[[package]]
name = "process_control"
version = "4.0.0"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5c066e788f2eca1f84fbb2da941dfa255f220d57205350e60c3d8e60c6a735"
checksum = "e1c4e268b11b4a74bd165fc416575cfc5d5d9bf97e647c354be6802987f9724a"
dependencies = [
"crossbeam-channel",
"libc",
"signal-hook 0.3.14",
"windows-sys 0.36.1",
"windows-sys 0.42.0",
]
[[package]]

View File

@ -89,7 +89,7 @@ versions = "4.1.0"
which = "4.3.0"
yaml-rust = "0.4.5"
process_control = { version = "4.0.0", features = ["crossbeam-channel"] }
process_control = { version = "4.0.1", features = ["crossbeam-channel"] }
guess_host_triple = "0.1.3"
home = "0.5.4"