build(deps): update rust crate process_control to 4.0.2
This commit is contained in:
parent
5e123fcbce
commit
22111c8778
|
@ -2287,14 +2287,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "process_control"
|
||||
version = "4.0.1"
|
||||
version = "4.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e1c4e268b11b4a74bd165fc416575cfc5d5d9bf97e647c354be6802987f9724a"
|
||||
checksum = "6c786463aff1f49235fde2b89879a3720e48395601712b26ac9d5a40a744c591"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"libc",
|
||||
"signal-hook 0.3.14",
|
||||
"windows-sys 0.42.0",
|
||||
"windows-sys 0.45.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3486,6 +3486,15 @@ dependencies = [
|
|||
"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]]
|
||||
name = "windows-targets"
|
||||
version = "0.42.1"
|
||||
|
|
|
@ -89,7 +89,7 @@ versions = "4.1.0"
|
|||
which = "4.4.0"
|
||||
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"
|
||||
home = "0.5.4"
|
||||
|
|
Loading…
Reference in New Issue