diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-12-05 19:02:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-05 19:02:20 -0500 |
| commit | a7dd28a07c3d018c326636aa563ee4e9200445f8 (patch) | |
| tree | dd4a8a6e72179e3508298b87391fac7fd7771b3e /Cargo.lock | |
| parent | 5e1113ec772876faee13221ad1ce8b5ef4efbdba (diff) | |
fix(task): improve word parsing (#16911)
Ref https://github.com/denoland/deno_task_shell/pull/67
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 f6b4fe4dd..725545940 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1225,9 +1225,9 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aaa20efba1e8041f60546931b0459d0503705073504e8dce4f9a1ad35c469d1" +checksum = "b8ee71b861a4b9ad21e4a9fa4136bc1900fe6216115b439220ce3df9cc987403" dependencies = [ "anyhow", "futures", |
