summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-17 22:31:31 +0000
committerGitHub <noreply@github.com>2024-02-17 22:31:31 +0000
commit4907eac3cf6348f666e8c50d5ff57a1d1e504662 (patch)
tree8c502d741424ae4bb6b39b820f6ec7bb929f922e /Cargo.lock
parent186f99717efa0aba56bc6321a8c16ecb46478c43 (diff)
build(deps): update rust crate process_control to 4.1.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 62b47e262..8ae8b132d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2385,14 +2385,13 @@ dependencies = [
[[package]]
name = "process_control"
-version = "4.0.3"
+version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "32e056a69288d0a211f4c74c48391c6eb86e714fdcb9dc58a9f34302da9c20bf"
+checksum = "4d18334c4a4b2770ee894e63cf466d5a9ea449cf29e321101b0b135a747afb6f"
dependencies = [
- "crossbeam-channel",
"libc",
"signal-hook 0.3.17",
- "windows-sys 0.48.0",
+ "windows-sys 0.52.0",
]
[[package]]