diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-23 16:13:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-23 21:13:08 +0000 |
| commit | 6f22d2424a30eebaaa1a2d518d4c79d7e0c21a47 (patch) | |
| tree | d381a017f4ec0ada489c62fd97371bb2aed7c2ca /Cargo.lock | |
| parent | 9b79946e14fe8becf31925a8a5d712c1b86cc037 (diff) | |
fix(task): use exit code 127 for command not found and parse escaped parens (#21316)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index b245088b4..d976e18ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1575,9 +1575,9 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.14.0" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a94a6fd5d889087748f4794887f28756a01b718dae92a316db0951222231325a" +checksum = "cc333d47d4ec12897c2efd25031c02191ec115b4099470daeee10f8300035e0d" dependencies = [ "anyhow", "futures", |
