From 00c1ae1b326dafdb5e060b75da16e8c5b2426866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 07:56:53 +0000 Subject: [PATCH] chore(deps)(deps): update shlex requirement from 1.3.0 to 2.0.1 Updates the requirements on [shlex](https://github.com/comex/rust-shlex) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff3e9c9..f39ef02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ env_logger = "0.11.8" rayon = "1.11.0" lazy_static = "1.5.0" regex = "1.11.2" -shlex = "1.3.0" +shlex = "2.0.1" # Asynchronous Runtime tokio = { version = "1.47.1", features = ["rt-multi-thread", "process", "signal", "macros"] }