From d48bf240a79036f8307e94382c2770350b889a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 04:20:47 +0000 Subject: [PATCH] build(deps): bump shell-words from 1.1.0 to 1.1.1 Bumps [shell-words](https://github.com/tmiasko/shell-words) from 1.1.0 to 1.1.1. - [Commits](https://github.com/tmiasko/shell-words/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: shell-words dependency-version: 1.1.1 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 3c019b40..43f40e56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1486,9 +1486,9 @@ checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" [[package]] name = "shell-words" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" +checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" [[package]] name = "shlex" diff --git a/Cargo.toml b/Cargo.toml index c0915cdb..757011d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ once_cell = "1.20" thiserror = "2.0" wild = { version = "2.2", optional = true } content_inspector = "0.2.4" -shell-words = { version = "1.1.0", optional = true } +shell-words = { version = "1.1.1", optional = true } minus = { version = "5.6", optional = true, features = [ "dynamic_output", "search",