From df35dbec9f19bc95e3e0ff8603361ab864628b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 09:39:24 +0000 Subject: [PATCH] Bump shlex from 1.0.0 to 1.1.0 Bumps [shlex](https://github.com/comex/rust-shlex) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/comex/rust-shlex/releases) - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e331f8260dc8d..5469b1ea955a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5843,9 +5843,9 @@ dependencies = [ [[package]] name = "shlex" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" +checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" [[package]] name = "sig"