From b1b8a4f115b0d5b9b166f3c2fb83108e06136da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:30:14 +0000 Subject: [PATCH] build(deps): bump subprocess from 0.2.9 to 1.0.0 Bumps [subprocess](https://github.com/hniksic/rust-subprocess) from 0.2.9 to 1.0.0. - [Commits](https://github.com/hniksic/rust-subprocess/compare/release/0.2.9...release/1.0.0) --- updated-dependencies: - dependency-name: subprocess dependency-version: 1.0.0 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 1f0bfdc..0952d3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1457,9 +1457,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "subprocess" -version = "0.2.9" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" +checksum = "98e067360c7f5a302e35c9f9cd24cb583c378fbedc73d0237284dbdd0650fcc5" 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]