From a89a11f041a272af2e0074c385316676bad9ed90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 13:50:20 +0000 Subject: [PATCH] build(deps): update rust crate process_control to 4.2.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 689338a9..5e6ed2e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2321,9 +2321,9 @@ dependencies = [ [[package]] name = "process_control" -version = "4.2.1" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc8a4ddde6cbfda35f6ea9ee34d1aa292521370996d1024bdb08fdd0caa40ee8" +checksum = "17139892be8ee0f51485168e9bd626db6e7d1941d738d183e70e26017f573db0" dependencies = [ "libc", "signal-hook 0.3.17", diff --git a/Cargo.toml b/Cargo.toml index 5d63a804..a9e89ecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ versions = "6.3.2" which = "6.0.2" yaml-rust2 = "0.8.1" -process_control = { version = "4.2.1", features = ["crossbeam-channel"] } +process_control = { version = "4.2.2", features = ["crossbeam-channel"] } guess_host_triple = "0.1.3" home = "0.5.9"