From d9da1734c37bd488ea13c25b773b5aae5d466ec6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 14 Sep 2022 12:08:44 +0200
Subject: [PATCH] build: bump process_control from 3.5.1 to 4.0.0 (#4360)

Bumps [process_control](https://github.com/dylni/process_control) from 3.5.1 to 4.0.0.
- [Release notes](https://github.com/dylni/process_control/releases)
- [Commits](https://github.com/dylni/process_control/compare/3.5.1...4.0.0)

---
updated-dependencies:
- dependency-name: process_control
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index df1d5e25..5cec9e19 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2163,9 +2163,9 @@ dependencies = [
 
 [[package]]
 name = "process_control"
-version = "3.5.1"
+version = "4.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1cb5bbabc4567bc85bc86d667f7ef1c5060280037269232b248cef94fc7654bd"
+checksum = "5c5c066e788f2eca1f84fbb2da941dfa255f220d57205350e60c3d8e60c6a735"
 dependencies = [
  "crossbeam-channel",
  "libc",
diff --git a/Cargo.toml b/Cargo.toml
index ef8e1cb7..5cf0e7d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -82,7 +82,7 @@ versions = "4.1.0"
 which = "4.3.0"
 yaml-rust = "0.4.5"
 
-process_control = { version = "3.5.1", features = ["crossbeam-channel"] }
+process_control = { version = "4.0.0", features = ["crossbeam-channel"] }
 
 guess_host_triple = "0.1.3"
 home = "0.5.3"