From f5a00e9090b9d81936137c3fc676cfd0ad25430c Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Fri, 17 Mar 2023 11:10:53 +0200 Subject: Use shlex to split shell arguments --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 4fa6c51..ffc28bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,10 +526,17 @@ dependencies = [ "nom", "once_cell", "rexpect", + "shlex", "tempfile", "thiserror", ] +[[package]] +name = "shlex" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" + [[package]] name = "strsim" version = "0.10.0" -- cgit v1.2.3