build: bump process_control from 3.1.0 to 3.2.0 (#3381)

Bumps [process_control](https://github.com/dylni/process_control) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/dylni/process_control/releases)
- [Commits](https://github.com/dylni/process_control/compare/3.1.0...3.2.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]
2022-01-03 13:05:52 +03:00
committed by GitHub
parent 09d2b4e903
commit 86be86d729
2 changed files with 51 additions and 8 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ strsim = "0.10.0"
sha-1 = "0.10.0"
toml_edit = "0.12.3"
process_control = { version = "3.1.0", features = ["crossbeam-channel"] }
process_control = { version = "3.2.0", features = ["crossbeam-channel"] }
# Optional/http:
attohttpc = { version = "0.18.0", optional = true, default-features = false, features = ["tls", "form"] }