diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-07-26 08:34:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 08:34:27 -0400 |
commit | 1d615b211eb6a0d834f1a6b6506a0efbe04031ae (patch) | |
tree | 88ccd5d5fc61eaaa8b61ad5c6fd638bcb657637e /cli | |
parent | 67de67a1062eae7bbd9bc1ac228f75263f5ac104 (diff) |
fix(task): ensure quoted strings are maintained mid-word (#19944)
Closes #19942
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 2306d4333..1a162feec 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.12.0" +deno_task_shell = "=0.13.1" eszip = "=0.45.0" napi_sym.workspace = true |