From 4a1ceb3ce068407dace12a6224170ba1e2b37c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 22:24:11 +0000 Subject: [PATCH] build(deps): bump execute from 0.2.13 to 0.2.15 Bumps [execute](https://github.com/magiclen/execute) from 0.2.13 to 0.2.15. - [Commits](https://github.com/magiclen/execute/compare/v0.2.13...v0.2.15) --- updated-dependencies: - dependency-name: execute dependency-version: 0.2.15 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 9a9aa456..c3347f51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,9 +526,9 @@ dependencies = [ [[package]] name = "execute" -version = "0.2.13" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a82608ee96ce76aeab659e9b8d3c2b787bffd223199af88c674923d861ada10" +checksum = "0be3cc61fe54b4cae4463cdbda0401978ffe19d4dcc7a5201a312cddf64726dd" dependencies = [ "execute-command-macro", "execute-command-tokens", diff --git a/Cargo.toml b/Cargo.toml index b5419ed5..e26e86b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ regex = { version = "1.12.2", optional = true } walkdir = { version = "2.5", optional = true } bytesize = { version = "1.3.0" } encoding_rs = "0.8.35" -execute = { version = "0.2.13", optional = true } +execute = { version = "0.2.15", optional = true } terminal-colorsaurus = "1.0" unicode-segmentation = "1.12.0" itertools = "0.14.0"