From 70a72c465c35ff77684e19a5813a6f0d4e2693cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 05:22:33 +0000 Subject: [PATCH] build(deps): bump process_control from 3.0.0 to 3.0.1 Bumps [process_control](https://github.com/dylni/process_control) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/dylni/process_control/releases) - [Commits](https://github.com/dylni/process_control/compare/3.0.0...3.0.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ba85d5e..37459a87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -930,9 +930,9 @@ dependencies = [ [[package]] name = "process_control" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cac0d971172c65b01208ef9567f52892fc89b1c4530c50e997c6f29da7ee961" +checksum = "72770c250bec5862264169dc3a2f7baa46ff6fa52f72d793e15904c5aa3adb7f" dependencies = [ "crossbeam-channel", "libc", diff --git a/Cargo.toml b/Cargo.toml index c5e57c14..b8e1efa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ semver = "0.11.0" which = "4.0.2" shadow-rs = "0.5.23" -process_control = { version = "3.0.0", features = ["crossbeam-channel"] } +process_control = { version = "3.0.1", features = ["crossbeam-channel"] } # Optional/http: attohttpc = { version = "0.16.1", optional = true, default-features = false, features = ["tls", "form"] }