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>
This commit is contained in:
dependabot[bot] 2021-07-14 08:47:51 +02:00 committed by GitHub
parent bbe76524db
commit 3d9c044e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"] }