diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-22 10:16:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 10:16:14 -0400 |
commit | c9817c335c23a5b85d6262b0e42abef19075c975 (patch) | |
tree | e7902c7535a0e163407e32303e07e0903244887f /cli | |
parent | d2b7192c1b02d77911831f0c2ae12287229bc148 (diff) |
fix(unstable): upgrade deno_task_shell to 0.2 (#14073)
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 ce79f83d2..8ae85c648 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.50.0", path = "../runtime" } -deno_task_shell = "0.1.9" +deno_task_shell = "0.2.0" atty = "=0.2.14" base64 = "=0.13.0" |