summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-04-03 22:41:58 +0200
committerGitHub <noreply@github.com>2023-04-03 22:41:58 +0200
commitfe2c205ef9f9216a672af48bb897836636ec08bd (patch)
tree7a474d711a7cbc4f876080e6d6544c4bf85c764e
parentdc7bc701b26dc9c3267bf82bf329af61dd94ae62 (diff)
build(deps): update rust crate process_control to 4.0.3 (#5046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6c4844d72..89b46d2ea 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2250,14 +2250,14 @@ dependencies = [
[[package]]
name = "process_control"
-version = "4.0.2"
+version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6c786463aff1f49235fde2b89879a3720e48395601712b26ac9d5a40a744c591"
+checksum = "32e056a69288d0a211f4c74c48391c6eb86e714fdcb9dc58a9f34302da9c20bf"
dependencies = [
"crossbeam-channel",
"libc",
"signal-hook 0.3.14",
- "windows-sys 0.45.0",
+ "windows-sys 0.48.0",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index ecd38367f..987be4a62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -89,7 +89,7 @@ versions = "4.1.0"
which = "4.4.0"
yaml-rust = "0.4.5"
-process_control = { version = "4.0.2", features = ["crossbeam-channel"] }
+process_control = { version = "4.0.3", features = ["crossbeam-channel"] }
guess_host_triple = "0.1.3"
home = "0.5.4"