From aae7939f8961f7589f36f5ba17e1841a12135ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:07:34 +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] --- Backend/Cargo.toml | 2 +- Cargo.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Backend/Cargo.toml b/Backend/Cargo.toml index c34af54..f752a8a 100644 --- a/Backend/Cargo.toml +++ b/Backend/Cargo.toml @@ -49,7 +49,7 @@ time = { version = "0.3", features = ["local-offset"] } zip = "8.6" tar = "0.4" flate2 = "1" -shlex = "1.2" +shlex = "2.0" sha2 = "0.11" hex = "0.4" os_pipe = "1.2" diff --git a/Cargo.lock b/Cargo.lock index b36453e..f3b20a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ "find-msvc-tools", "jobserver", "libc", - "shlex", + "shlex 1.3.0", ] [[package]] @@ -2964,7 +2964,7 @@ dependencies = [ "serde", "serde_json", "sha2 0.11.0", - "shlex", + "shlex 2.0.1", "tar", "tauri", "tauri-build", @@ -4183,6 +4183,12 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" +[[package]] +name = "shlex" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" + [[package]] name = "signal-hook-registry" version = "1.4.8"