From 85463abd8f8f5226067c38f12f330e300998e8e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 03:18:03 +0000 Subject: [PATCH] Bump subprocess from 0.2.13 to 0.2.14 Bumps [subprocess](https://github.com/hniksic/rust-subprocess) from 0.2.13 to 0.2.14. - [Commits](https://github.com/hniksic/rust-subprocess/compare/release/0.2.13...release/0.2.14) --- updated-dependencies: - dependency-name: subprocess dependency-version: 0.2.14 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 66cb9b6..64c42ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -994,9 +994,9 @@ dependencies = [ [[package]] name = "subprocess" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f75238edb5be30a9ea3035b945eb9c319dde80e879411cdc9a8978e1ac822960" +checksum = "b09969f0abcf65111c0cbdd8bfaa292ca3c38b46bc8ecc7270467af2f4acb172" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index d610c65..4996b12 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 = "0.2.14" proptest = "1.9.0"