From be317782b5ea1efe82c00fdfc17148526d085fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:16:09 +0000 Subject: [PATCH] Bump subprocess from 0.2.13 to 1.0.0 Bumps [subprocess](https://github.com/hniksic/rust-subprocess) from 0.2.13 to 1.0.0. - [Commits](https://github.com/hniksic/rust-subprocess/compare/release/0.2.13...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 774e999..4abb04a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1006,9 +1006,9 @@ dependencies = [ [[package]] name = "subprocess" -version = "0.2.13" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f75238edb5be30a9ea3035b945eb9c319dde80e879411cdc9a8978e1ac822960" +checksum = "98e067360c7f5a302e35c9f9cd24cb583c378fbedc73d0237284dbdd0650fcc5" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 13c60ac..467c16b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,5 +52,5 @@ expectorate = "1.0" slog-async = "2.8" slog-term = "2.9" structopt = "0.3" -subprocess = "0.2.13" +subprocess = "1.0.0" proptest = "1.10.0"