From 3807f940d7bc2e97f220ba69fccb4b8c0cb63d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:01:59 +0000 Subject: [PATCH] Bump async-process from 2.2.1 to 2.2.3 Bumps [async-process](https://github.com/smol-rs/async-process) from 2.2.1 to 2.2.3. - [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.1...v2.2.3) --- updated-dependencies: - dependency-name: async-process dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 077ae1e..082b231 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,9 +134,9 @@ dependencies = [ [[package]] name = "async-process" -version = "2.2.1" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cad07b3443bfa10dcddf86a452ec48949e8e7fedf7392d82de3969fda99e90ed" +checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a" dependencies = [ "async-channel", "async-io", diff --git a/Cargo.toml b/Cargo.toml index 2c82479..6693315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ futures = "0.3" env_logger = "0.10.2" rand = "0.8.5" tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "time"] } -async-process = "2.2.1" +async-process = "2.2.3" [[test]] name = "bsud-tests"