summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-12-05 19:02:20 -0500
committerGitHub <noreply@github.com>2022-12-05 19:02:20 -0500
commita7dd28a07c3d018c326636aa563ee4e9200445f8 (patch)
treedd4a8a6e72179e3508298b87391fac7fd7771b3e /cli
parent5e1113ec772876faee13221ad1ce8b5ef4efbdba (diff)
fix(task): improve word parsing (#16911)
Ref https://github.com/denoland/deno_task_shell/pull/67
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 1c31c9028..160965598 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.8.0"
+deno_task_shell = "0.8.1"
napi_sym.workspace = true
atty.workspace = true