build(deps): update rust crate process_control to 5.1.0

This commit is contained in:
renovate[bot]
2025-05-18 03:25:36 +00:00
committed by GitHub
parent 87f9a2367b
commit 1a6e9137e4
2 changed files with 10 additions and 3 deletions
Generated
+9 -2
View File
@@ -263,6 +263,12 @@ version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "attr_alias"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9dcf97260bbb12df5bb782740a6c735244debba888a821cef4264c07bd11aa1"
[[package]]
name = "autocfg"
version = "1.4.0"
@@ -2766,10 +2772,11 @@ dependencies = [
[[package]]
name = "process_control"
version = "5.0.0"
version = "5.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32c4eb5a227708adf07971a8b0da3d7c8f7fb3e54de64aaaedc9bef72f70b62"
checksum = "de8e5a3876090fd5956330e2a0b10bda2ba2ccdaa1638e038daea361321d4353"
dependencies = [
"attr_alias",
"libc",
"signal-hook 0.3.18",
"windows-sys 0.59.0",
+1 -1
View File
@@ -58,7 +58,7 @@ parking_lot = "0.12.3"
path-slash = "0.2.1"
pest = "2.8.0"
pest_derive = "2.8.0"
process_control = "5.0.0"
process_control = "5.1.0"
quick-xml = "0.37.5"
rand = "0.9.1"
rayon = "1.10.0"