summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-06-19 20:57:53 -0400
committerGitHub <noreply@github.com>2024-06-20 00:57:53 +0000
commitb62534dbf1fddbea4d3e86fcfa87dca21a90e2c8 (patch)
treec0c34b7989290c24f113793a494c431c4d99ece3 /Cargo.lock
parent293a36f98d3614368d24f7804d2fc4191a54c0e3 (diff)
fix(task): do not propagate env changes outside subshells (#24279)
* https://github.com/denoland/deno_task_shell/pull/120
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 5e5352b1d..05a0e9c22 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1864,9 +1864,9 @@ dependencies = [
[[package]]
name = "deno_task_shell"
-version = "0.16.1"
+version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97e5ff66a1e89edb7ca0c36b73a8fcdc008ba426c4ad7a36e1dfb3f4a166179e"
+checksum = "dd6413ffc1654cad015edb5c4ab574069acdc929a6efafed23bc947901bcff1a"
dependencies = [
"anyhow",
"futures",