summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-14 08:47:51 +0200
committerGitHub <noreply@github.com>2021-07-14 08:47:51 +0200
commit3d9c044e66d6d02c4e5af39433ebc83e78858e5d (patch)
treea2c37b931e32d63c16374acc6ae3f49aa0cc152c /Cargo.lock
parentbbe76524db85639d3a42a372c249fe5d373bfecc (diff)
build: bump process_control from 3.0.1 to 3.1.0 (#2881)
Bumps [process_control](https://github.com/dylni/process_control) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/dylni/process_control/releases) - [Commits](https://github.com/dylni/process_control/compare/3.0.1...3.1.0) --- updated-dependencies: - dependency-name: process_control dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a53407a7d..08aa9628f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1341,9 +1341,9 @@ dependencies = [
[[package]]
name = "process_control"
-version = "3.0.1"
+version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72770c250bec5862264169dc3a2f7baa46ff6fa52f72d793e15904c5aa3adb7f"
+checksum = "f58e4014e4044c192e428de63277504298583339889483bcbaf9ba91a532b2ec"
dependencies = [
"crossbeam-channel",
"libc",