summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-06-13 14:55:21 -0400
committerGitHub <noreply@github.com>2022-06-13 14:55:21 -0400
commite6218d9d23f71fe5c42dbd76d3016b147892b476 (patch)
treeeaf461bbc000de45e9ef5cb78f53d8677b6a746f /cli
parentdecdc59071482dd130ee73cb6e011412ea1f3e75 (diff)
feat(task): support redirects, cat, xargs (#14859)
feat: upgrade to deno_task_shell 0.4.0
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"