From f26116a491a102bc4953b611481417361210f114 Mon Sep 17 00:00:00 2001 From: Fenhl Date: Sun, 21 Feb 2021 23:15:16 +0000 Subject: [PATCH] Upgrade to shlex 1 (#1471) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1abf77b..db476418 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1258,9 +1258,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 = "siphasher" diff --git a/Cargo.toml b/Cargo.toml index 03b70ced..a2fe7c7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ regex = "1.0.0" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -shlex = "0.1" +shlex = "1" tempfile = "3.0" toml = "0.5.1"