From 6d8db2c11e2e85be6793b995509f9cfe8697d33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 20:46:09 +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 9474cf61e..e74be9721 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2093,7 +2093,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 1f1a091b7..0b0187e95 100644 --- a/crates/tui/Cargo.toml +++ b/crates/tui/Cargo.toml @@ -95,7 +95,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"] }