From 6dc5a598663eaf742bb58c4044bdeb1021fbf19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:38:58 +0000 Subject: [PATCH] chore(deps): bump shlex from 1.3.0 to 2.0.1 Bumps [shlex](https://github.com/comex/rust-shlex) from 1.3.0 to 2.0.1. - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) --- updated-dependencies: - dependency-name: shlex dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/tui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca7ab6a58..2310db36c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2352,7 +2352,7 @@ dependencies = [ "sha2 0.11.0", "shell-words", "shellexpand", - "shlex 1.3.0", + "shlex 2.0.1", "similar", "syntect", "tar", diff --git a/crates/tui/Cargo.toml b/crates/tui/Cargo.toml index 98d073ba8..f1fb51c1d 100644 --- a/crates/tui/Cargo.toml +++ b/crates/tui/Cargo.toml @@ -97,7 +97,7 @@ tracing-subscriber.workspace = true tower-http.workspace = true wait-timeout = "0.2" webbrowser = "1.0" -shlex = "1.3.0" +shlex = "2.0.1" globset = "0.4" ignore = "0.4" image = { version = "0.25", default-features = false, features = ["png", "jpeg", "webp", "gif"] }