From 636fa8503a5fad270efb892a532b2549784163f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:55:58 +0000 Subject: [PATCH] Bump shlex in /sample_projects/bin_with_git_submodule_dep Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0. - [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-type: indirect ... Signed-off-by: dependabot[bot] --- sample_projects/bin_with_git_submodule_dep/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample_projects/bin_with_git_submodule_dep/Cargo.lock b/sample_projects/bin_with_git_submodule_dep/Cargo.lock index 4f9f591c..244247cc 100644 --- a/sample_projects/bin_with_git_submodule_dep/Cargo.lock +++ b/sample_projects/bin_with_git_submodule_dep/Cargo.lock @@ -256,9 +256,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[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 = "syn"