From 2b5601d571eea88ed874b45b24330e50e9388183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:23:57 +0000 Subject: [PATCH] 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 | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c02e90..ee7f471 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54" dependencies = [ "find-msvc-tools", - "shlex", + "shlex 1.3.0", ] [[package]] @@ -1255,7 +1255,7 @@ dependencies = [ "serde_json", "serde_yaml", "serial_test", - "shlex", + "shlex 2.0.1", "tempfile", "thiserror 1.0.69", "toml", @@ -2241,6 +2241,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.6" diff --git a/Cargo.toml b/Cargo.toml index c0ab0d7..38f3834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ rstest = "0.26.1" rstest-bdd = "0.1.0-alpha4" rstest-bdd-macros = "0.1.0-alpha4" assert_cmd = "2.0" -shlex = "1.3" +shlex = "2.0" serial_test = "3.1" httpmock = "0.8" proptest = "1.5.0"