summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-10-03 14:07:12 +0100
committerGitHub <noreply@github.com>2024-10-03 13:07:12 +0000
commit91860b34f52e498913e69bef3fc734fdf1ff817c (patch)
treeb04f72f91c0d6fd69cc472398b42b418c08cac47 /Cargo.lock
parent54467015e0017a7a5fe9dd56eb21458325e2f3e9 (diff)
fix(task): use current executable for deno even when not named deno (#26019)
Closes https://github.com/denoland/deno/issues/26005
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 07c9db503..f26a7135d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2069,9 +2069,9 @@ dependencies = [
[[package]]
name = "deno_task_shell"
-version = "0.17.0"
+version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd6413ffc1654cad015edb5c4ab574069acdc929a6efafed23bc947901bcff1a"
+checksum = "4f444918f7102c1a5a143e9d57809e499fb4d365070519bf2e8bdb16d586af2a"
dependencies = [
"anyhow",
"futures",