1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-13 00:36:30 +00:00

build(deps): update rust crate process_control to 4.1.0

This commit is contained in:
renovate[bot] 2024-02-17 22:31:31 +00:00 committed by GitHub
parent 186f99717e
commit 4907eac3cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

7
Cargo.lock generated
View File

@ -2385,14 +2385,13 @@ dependencies = [
[[package]]
name = "process_control"
version = "4.0.3"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e056a69288d0a211f4c74c48391c6eb86e714fdcb9dc58a9f34302da9c20bf"
checksum = "4d18334c4a4b2770ee894e63cf466d5a9ea449cf29e321101b0b135a747afb6f"
dependencies = [
"crossbeam-channel",
"libc",
"signal-hook 0.3.17",
"windows-sys 0.48.0",
"windows-sys 0.52.0",
]
[[package]]

View File

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