build(deps): update rust crate process_control to 4.0.2

This commit is contained in:
renovate[bot] 2023-01-29 18:11:24 +00:00
parent 5e123fcbce
commit 22111c8778
2 changed files with 13 additions and 4 deletions

15
Cargo.lock generated
View File

@ -2287,14 +2287,14 @@ dependencies = [
[[package]] [[package]]
name = "process_control" name = "process_control"
version = "4.0.1" version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1c4e268b11b4a74bd165fc416575cfc5d5d9bf97e647c354be6802987f9724a" checksum = "6c786463aff1f49235fde2b89879a3720e48395601712b26ac9d5a40a744c591"
dependencies = [ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"libc", "libc",
"signal-hook 0.3.14", "signal-hook 0.3.14",
"windows-sys 0.42.0", "windows-sys 0.45.0",
] ]
[[package]] [[package]]
@ -3486,6 +3486,15 @@ dependencies = [
"windows_x86_64_msvc 0.42.1", "windows_x86_64_msvc 0.42.1",
] ]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]] [[package]]
name = "windows-targets" name = "windows-targets"
version = "0.42.1" version = "0.42.1"

View File

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