build: Bump async-process from 2.2.2 to 2.3.0

Bumps [async-process](https://github.com/smol-rs/async-process) from 2.2.2 to 2.3.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.2.2...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-29 23:35:12 +00:00 committed by Rob Bradford
parent 46f0e0d14a
commit c6b023e58d

5
Cargo.lock generated
View File

@ -204,9 +204,9 @@ dependencies = [
[[package]]
name = "async-process"
version = "2.2.2"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a53fc6301894e04a92cb2584fedde80cb25ba8e02d9dc39d4a87d036e22f397d"
checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
dependencies = [
"async-channel",
"async-io",
@ -219,7 +219,6 @@ dependencies = [
"futures-lite",
"rustix",
"tracing",
"windows-sys 0.52.0",
]
[[package]]