From af473ce15cf0c454214e939efa2f7cf3483df50d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 28 Mar 2022 12:02:21 -0400 Subject: fix(task): handle `PATHEXT` with trailing semi-colon (#14140) --- 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 4375ce91d..118b7e7c9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -51,7 +51,7 @@ deno_doc = "0.33.0" deno_graph = "0.25.0" deno_lint = { version = "0.28.0", features = ["docs"] } deno_runtime = { version = "0.52.0", path = "../runtime" } -deno_task_shell = "0.2.0" +deno_task_shell = "0.2.1" atty = "=0.2.14" base64 = "=0.13.0" -- cgit v1.2.3