From 5ea4037684447e7580909ad7540d84c65ef3b50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 03:05:49 -0400 Subject: [PATCH] build: bump process_control from 3.5.0 to 3.5.1 (#4065) Bumps [process_control](https://github.com/dylni/process_control) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/dylni/process_control/releases) - [Commits](https://github.com/dylni/process_control/compare/3.5.0...3.5.1) --- updated-dependencies: - dependency-name: process_control dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 d466ce30..e617d00d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1566,9 +1566,9 @@ dependencies = [ [[package]] name = "process_control" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2de0029d2e6222dfa366facfcd75d09070e321ef4c621f92d20e45383f9a116b" +checksum = "1cb5bbabc4567bc85bc86d667f7ef1c5060280037269232b248cef94fc7654bd" dependencies = [ "crossbeam-channel", "libc", diff --git a/Cargo.toml b/Cargo.toml index 333c28cd..4506b73e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ versions = "4.1.0" which = "4.2.5" yaml-rust = "0.4.5" -process_control = { version = "3.5.0", features = ["crossbeam-channel"] } +process_control = { version = "3.5.1", features = ["crossbeam-channel"] } guess_host_triple = "0.1.3" home = "0.5.3"