summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-12-02 12:02:44 -0500
committerGitHub <noreply@github.com>2022-12-02 12:02:44 -0500
commitb638bc183d3f092a79155426a58e64e631a3b6bf (patch)
treeb9a2232c337ccd57cdb49cf2a1a754967ee957d3 /cli
parent4d07ed0efa8f0e2cab1a33f1b7b6a3627bfce69f (diff)
fix(task): support redirects in pipe sequences (#16903)
Categorizing this as a fix because it currently fails silently.
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 a72ddc822..1c31c9028 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -48,7 +48,7 @@ deno_emit = "0.11.0"
deno_graph = "0.38.0"
deno_lint = { version = "0.35.0", features = ["docs"] }
deno_runtime.workspace = true
-deno_task_shell = "0.7.3"
+deno_task_shell = "0.8.0"
napi_sym.workspace = true
atty.workspace = true