From b3eb2eb069e937ca2ad11cc8df9247a729146185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 19:43:23 +0000 Subject: [PATCH] build(deps): bump subprocess from 1.0.3 to 1.1.0 Bumps [subprocess](https://github.com/hniksic/rust-subprocess) from 1.0.3 to 1.1.0. - [Commits](https://github.com/hniksic/rust-subprocess/compare/release/1.0.3...release/1.1.0) --- updated-dependencies: - dependency-name: subprocess dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tests/test-unique-id/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37e51f40..eef3ed2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,9 +812,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "subprocess" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5b79b2cfda2d2dd2ef0640364f88f55f0ee895b1fdac29ab010b8c8ba1eb303" +checksum = "3713691ac66e56ba6bafb8a62158859653b3127ae5cacae98d437bbb0c9ccb06" dependencies = [ "libc", "winapi", diff --git a/tests/test-unique-id/Cargo.toml b/tests/test-unique-id/Cargo.toml index de561ae3..9e2b8cf7 100644 --- a/tests/test-unique-id/Cargo.toml +++ b/tests/test-unique-id/Cargo.toml @@ -9,4 +9,4 @@ usdt = { path = "../../usdt" } usdt-tests-common = { path = "../../usdt-tests-common" } [dev-dependencies] -subprocess = "1.0" +subprocess = "1.1"