1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-18 08:12:21 +00:00

build(deps): update rust crate process_control to 4.0.3 (#5046)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-03 22:41:58 +02:00 committed by GitHub
parent dc7bc701b2
commit fe2c205ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2250,14 +2250,14 @@ dependencies = [
[[package]]
name = "process_control"
version = "4.0.2"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c786463aff1f49235fde2b89879a3720e48395601712b26ac9d5a40a744c591"
checksum = "32e056a69288d0a211f4c74c48391c6eb86e714fdcb9dc58a9f34302da9c20bf"
dependencies = [
"crossbeam-channel",
"libc",
"signal-hook 0.3.14",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]

View File

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