summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-11-24 19:37:02 -0500
committerGitHub <noreply@github.com>2022-11-24 19:37:02 -0500
commite6a9588b4375f7ff3f445d13e4cd4b3c334d451c (patch)
treec5dc71687bb3f38174d287a54d583e1b8c8f219e /cli/Cargo.toml
parent72dd7ad8075d626f5ec4aedca5f6aaae19c736bb (diff)
fix(task): output encoding issues on windows (#16794)
Closes #16792
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index b5b538594..3c15f823f 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.2"
+deno_task_shell = "0.7.3"
napi_sym.workspace = true
atty.workspace = true