From 573b86f4a062465bf0de3517c863db02f8caf3fa Mon Sep 17 00:00:00 2001 From: Gowtham Suresh Kumar Date: Tue, 23 Jan 2024 12:49:02 +0000 Subject: [PATCH] Bump Shlex version The current version of Shlex is having a security advisory https://rustsec.org/advisories/RUSTSEC-2024-0006. Hence bumping it to the next version. Signed-off-by: Gowtham Suresh Kumar --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ad50e1..eba6ad4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,9 +558,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 = "smallvec"