From e6218d9d23f71fe5c42dbd76d3016b147892b476 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 13 Jun 2022 14:55:21 -0400 Subject: feat(task): support redirects, cat, xargs (#14859) feat: upgrade to deno_task_shell 0.4.0 --- 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 1921c34b2..61063fd0b 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.64.0", path = "../runtime" } -deno_task_shell = "0.3.2" +deno_task_shell = "0.4.0" atty = "=0.2.14" base64 = "=0.13.0" -- cgit v1.2.3