summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-06-06 19:54:22 -0400
committerGitHub <noreply@github.com>2022-06-06 19:54:22 -0400
commitff463f68c80b8e825b28f22bcfbebe508ed7f98e (patch)
tree52df9fcb3c08d58651597bbe665265ae9ead272d /Cargo.lock
parente3eae662f3d753141571bd132ccb199f95c745ea (diff)
fix(task): support parsing quotes in a word (#14807)
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 36ac12b82..8344d9b04 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1103,9 +1103,9 @@ dependencies = [
[[package]]
name = "deno_task_shell"
-version = "0.3.1"
+version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c7a9169a6b8b1134f98642104ebf9bce4a33f89d4a5acabc7896090e21ef9dc1"
+checksum = "308f9cbff42f7110e22add1fc1c1dbff93a48855a1e6bc459f848d6b52a9c09f"
dependencies = [
"anyhow",
"futures",