diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-06-06 19:54:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 19:54:22 -0400 |
commit | ff463f68c80b8e825b28f22bcfbebe508ed7f98e (patch) | |
tree | 52df9fcb3c08d58651597bbe665265ae9ead272d /cli | |
parent | e3eae662f3d753141571bd132ccb199f95c745ea (diff) |
fix(task): support parsing quotes in a word (#14807)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 33b6efb38..49cb102e1 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.63.0", path = "../runtime" } -deno_task_shell = "0.3.1" +deno_task_shell = "0.3.2" atty = "=0.2.14" base64 = "=0.13.0" |