summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 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",
diff --git a/Cargo.toml b/Cargo.toml
index 7a267884a..6fb6344a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,7 @@ shadow-rs = "0.6.2"
versions = "3.0.2"
strsim = "0.10.0"
-process_control = { version = "3.0.1", features = ["crossbeam-channel"] }
+process_control = { version = "3.1.0", features = ["crossbeam-channel"] }
# Optional/http:
attohttpc = { version = "0.17.0", optional = true, default-features = false, features = ["tls", "form"] }