build(deps): bump process_control from 3.0.0 to 3.0.1

Bumps [process_control](https://github.com/dylni/process_control) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/dylni/process_control/releases)
- [Commits](https://github.com/dylni/process_control/compare/3.0.0...3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-25 05:22:33 +00:00
parent 9124a5ed72
commit 70a72c465c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -930,9 +930,9 @@ dependencies = [
[[package]]
name = "process_control"
version = "3.0.0"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cac0d971172c65b01208ef9567f52892fc89b1c4530c50e997c6f29da7ee961"
checksum = "72770c250bec5862264169dc3a2f7baa46ff6fa52f72d793e15904c5aa3adb7f"
dependencies = [
"crossbeam-channel",
"libc",

View File

@ -67,7 +67,7 @@ semver = "0.11.0"
which = "4.0.2"
shadow-rs = "0.5.23"
process_control = { version = "3.0.0", features = ["crossbeam-channel"] }
process_control = { version = "3.0.1", features = ["crossbeam-channel"] }
# Optional/http:
attohttpc = { version = "0.16.1", optional = true, default-features = false, features = ["tls", "form"] }