From 5cca40fd0e64e790b5309990c8530ba4e75b9354 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 06:05:58 +0000 Subject: [PATCH] Bump shlex from 0.1.1 to 1.0.0 Bumps [shlex](https://github.com/comex/rust-shlex) from 0.1.1 to 1.0.0. - [Release notes](https://github.com/comex/rust-shlex/releases) - [Commits](https://github.com/comex/rust-shlex/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0454e4e..73f9735 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,9 +723,9 @@ dependencies = [ [[package]] name = "shlex" -version = "0.1.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" +checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" [[package]] name = "simplelog" diff --git a/Cargo.toml b/Cargo.toml index fbd494b..1d2ced4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ yaml-rust = "0.4.4" rust-crypto = "^0.2" simplelog = "0.9" nix = "0.19" -shlex = "0.1" +shlex = "1.0" [dev-dependencies] tempdir = "0.3.7"