summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-08 23:16:44 -0400
committerGitHub <noreply@github.com>2024-05-09 03:16:44 +0000
commit263b6b971db60135e655914e7e33b8c26290a421 (patch)
tree50cc9b1f17b3511cdb19de8bfbaddd0607422b09 /Cargo.lock
parent47f7bed677a6b72e873712de8f3988ea891710e4 (diff)
fix(task): regression where `npx <command>` sometimes couldn't find command (#23730)
Closes https://github.com/denoland/deno/issues/23724
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dd59fde10..1176afee7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1876,9 +1876,9 @@ dependencies = [
[[package]]
name = "deno_task_shell"
-version = "0.16.0"
+version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6b44af10161906e1bccc1fc966f074bec0148997bb7e2221ecd29416dcad90b3"
+checksum = "97e5ff66a1e89edb7ca0c36b73a8fcdc008ba426c4ad7a36e1dfb3f4a166179e"
dependencies = [
"anyhow",
"futures",