summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-05-18 15:56:10 -0400
committerGitHub <noreply@github.com>2023-05-18 15:56:10 -0400
commit55db691174d780ac372ec83acced159790ea50ae (patch)
tree7a586f43e91fe83164ad6ce7b61fdb99c41020a8 /cli
parent66d25df42cf94e289b1173020a50065732a081d1 (diff)
feat(task): glob expansion (#19084)
This adds cross-platform glob expansion to deno task.
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 fb78731b4..b1da79b82 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -50,7 +50,7 @@ deno_lockfile.workspace = true
deno_npm.workspace = true
deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] }
deno_semver.workspace = true
-deno_task_shell = "0.11.0"
+deno_task_shell = "0.12.0"
napi_sym.workspace = true
async-trait.workspace = true