From 704c2d91483e8c7e1d9f566d7b77ee6b21212698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:14:15 +0000 Subject: [PATCH] Updated:(deps): Bump process-wrap from 9.1.0 to 10.0.0 in /src Bumps [process-wrap](https://github.com/watchexec/process-wrap) from 9.1.0 to 10.0.0. - [Changelog](https://github.com/watchexec/process-wrap/blob/main/CHANGELOG.md) - [Commits](https://github.com/watchexec/process-wrap/compare/v9.1.0...v10.0.0) --- updated-dependencies: - dependency-name: process-wrap dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/Cargo.lock | 4 ++-- src/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index 177c8ad8..e0dc5555 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -2603,9 +2603,9 @@ dependencies = [ [[package]] name = "process-wrap" -version = "9.1.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e842efad9119158434d193c6682e2ebee4b44d6ad801d7b349623b3f57cdf55" +checksum = "0e3f4237d0e4741eb50bc5584db701f1299c85fa31ff0274dd6445e79dc42d12" dependencies = [ "futures", "indexmap", diff --git a/src/Cargo.toml b/src/Cargo.toml index 85f240c3..8d044736 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -56,7 +56,7 @@ grep-searcher = "0.1.16" memchr = "2.8.1" # Process management -process-wrap = { version = "9.1", default-features = false } +process-wrap = { version = "10.0", default-features = false } # String formatting const_format = "0.2.35"