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 /Cargo.lock | |
| parent | 67de67a1062eae7bbd9bc1ac228f75263f5ac104 (diff) | |
fix(task): ensure quoted strings are maintained mid-word (#19944)
Closes #19942
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 41a1457d5..90bf2a9a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1436,9 +1436,9 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fc7ee9db8e2094ace8b1c318b6c83533bc923524f9a5425846fb0e2cd4731a7" +checksum = "ba1dc995d5731f4431520037b53ce6a8bb88ec5e7baaf0627eb273335769cbbf" dependencies = [ "anyhow", "futures", |
