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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-14 03:05:49 -04:00 committed by GitHub
parent 14cd5d757e
commit 5ea4037684
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

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

View File

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