build(deps): update rust crate process_control to 5.1.1 (#6796)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-14 19:57:37 +00:00
committed by GitHub
parent ea26e25fcd
commit 9f922105b1
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -2756,14 +2756,14 @@ dependencies = [
[[package]]
name = "process_control"
version = "5.1.0"
version = "5.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de8e5a3876090fd5956330e2a0b10bda2ba2ccdaa1638e038daea361321d4353"
checksum = "3932bfcf9bb84265b1ec43eca9e32f2ba73fef819e365c99779f6268540a1bcd"
dependencies = [
"attr_alias",
"libc",
"signal-hook 0.3.18",
"windows-sys 0.59.0",
"windows-sys 0.60.2",
]
[[package]]
+1 -1
View File
@@ -58,7 +58,7 @@ parking_lot = "0.12.4"
path-slash = "0.2.1"
pest = "2.8.0"
pest_derive = "2.8.0"
process_control = "5.1.0"
process_control = "5.1.1"
quick-xml = "0.37.5"
rand = "0.9.1"
rayon = "1.10.0"