From a7dd28a07c3d018c326636aa563ee4e9200445f8 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 5 Dec 2022 19:02:20 -0500 Subject: [PATCH] fix(task): improve word parsing (#16911) Ref https://github.com/denoland/deno_task_shell/pull/67 --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6b4fe4dda..725545940f 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", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1c31c90289..1609655987 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -48,7 +48,7 @@ deno_emit = "0.11.0" deno_graph = "0.38.0" deno_lint = { version = "0.35.0", features = ["docs"] } deno_runtime.workspace = true -deno_task_shell = "0.8.0" +deno_task_shell = "0.8.1" napi_sym.workspace = true atty.workspace = true