From ff463f68c80b8e825b28f22bcfbebe508ed7f98e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 6 Jun 2022 19:54:22 -0400 Subject: fix(task): support parsing quotes in a word (#14807) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 33b6efb38..49cb102e1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -52,7 +52,7 @@ deno_emit = "0.2.0" deno_graph = "0.27.0" deno_lint = { version = "0.30.0", features = ["docs"] } deno_runtime = { version = "0.63.0", path = "../runtime" } -deno_task_shell = "0.3.1" +deno_task_shell = "0.3.2" atty = "=0.2.14" base64 = "=0.13.0" -- cgit v1.2.3