summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-05-02 12:25:10 -0400
committerGitHub <noreply@github.com>2022-05-02 12:25:10 -0400
commit66b9187a2dd2ea96e760b9bcd81a578dd338147d (patch)
treed4586559ec1e47bd3ae11d2689d36a0e170698f7
parente099ddb87c9c4198a425ea63c6dec0ce6eddb40b (diff)
feat(unstable/task): resolve the current executable for the deno command (#14462)
Closes #14427
-rw-r--r--Cargo.lock4
-rw-r--r--cli/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 86f0ef8c2..37bf27ede 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1074,9 +1074,9 @@ dependencies = [
[[package]]
name = "deno_task_shell"
-version = "0.2.1"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a207191380d076a31b0bde505cd89ffa0a7336be0a9e17017afa8cf91d35499b"
+checksum = "9223e08fb55a947fba5aca83ed41adc3d3d61f6882795e4e0e960fd07cea79ca"
dependencies = [
"anyhow",
"futures",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 5510f5b87..c673dd3d3 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -51,7 +51,7 @@ deno_doc = "0.34.0"
deno_graph = "0.26.0"
deno_lint = { version = "0.29.0", features = ["docs"] }
deno_runtime = { version = "0.58.0", path = "../runtime" }
-deno_task_shell = "0.2.1"
+deno_task_shell = "0.3.0"
atty = "=0.2.14"
base64 = "=0.13.0"