From 5e22c9663bdbcc8110fef805797e34bb7b3e37ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:04:42 +0000 Subject: [PATCH] build(deps): bump subprocess from 0.2.9 to 1.0.3 Bumps [subprocess](https://github.com/hniksic/rust-subprocess) from 0.2.9 to 1.0.3. - [Commits](https://github.com/hniksic/rust-subprocess/compare/release/0.2.9...release/1.0.3) --- updated-dependencies: - dependency-name: subprocess dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-major ... 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 22709aa..6094721 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,9 +1456,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "subprocess" -version = "0.2.9" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" +checksum = "e5b79b2cfda2d2dd2ef0640364f88f55f0ee895b1fdac29ab010b8c8ba1eb303" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 0a0558a..ae0f770 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ futures = "0.3" anyhow = "1" [dev-dependencies] -subprocess = "0.2" +subprocess = "1.0" uuid = { version = "1", features = ["v4", "fast-rng"] } [features]