build: Bump async-process from 2.3.0 to 2.4.0

Bumps [async-process](https://github.com/smol-rs/async-process) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/smol-rs/async-process/releases)
- [Changelog](https://github.com/smol-rs/async-process/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/async-process/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: async-process
  dependency-version: 2.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-31 23:18:29 +00:00
committed by cloud-hypervisor-bot
parent 254db85a33
commit a7645ae9d6

7
Cargo.lock generated
View File

@@ -191,9 +191,9 @@ dependencies = [
[[package]]
name = "async-process"
version = "2.3.0"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
checksum = "65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00"
dependencies = [
"async-channel",
"async-io",
@@ -204,8 +204,7 @@ dependencies = [
"cfg-if",
"event-listener",
"futures-lite",
"rustix 0.38.44",
"tracing",
"rustix 1.0.7",
]
[[package]]