From bd2b3c152c9755d4d5b6afc40db6cbcc4ca4d216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:40:32 -0800 Subject: [PATCH] Bump shlex from 1.2.0 to 1.3.0 in /binding/rust (#205) --- binding/rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binding/rust/Cargo.lock b/binding/rust/Cargo.lock index 8c4aef9..9da0fb2 100644 --- a/binding/rust/Cargo.lock +++ b/binding/rust/Cargo.lock @@ -789,9 +789,9 @@ checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" [[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 = "slice-deque"