From a3d667ed046fd52c4958b1dbeadbb86b976c32bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:39:48 +0000 Subject: [PATCH] Bump shlex from 1.2.0 to 1.3.0 (#9609) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 371ed93df9..98684ec29f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2752,9 +2752,9 @@ dependencies = [ [[package]] name = "shlex" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "similar" diff --git a/Cargo.toml b/Cargo.toml index 02a203ec29..99d6bc4b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ serde_json = { version = "1.0.111" } serde_test = { version = "1.0.152" } serde_with = { version = "3.5.0", default-features = false, features = ["macros"] } shellexpand = { version = "3.0.0" } -shlex = { version ="1.2.0"} +shlex = { version ="1.3.0"} similar = { version = "2.4.0", features = ["inline"] } smallvec = { version = "1.13.1" } static_assertions = "1.1.0"