mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
fix(task): support parsing quotes in a word (#14807)
This commit is contained in:
parent
e3eae662f3
commit
ff463f68c8
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1103,9 +1103,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno_task_shell"
|
name = "deno_task_shell"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c7a9169a6b8b1134f98642104ebf9bce4a33f89d4a5acabc7896090e21ef9dc1"
|
checksum = "308f9cbff42f7110e22add1fc1c1dbff93a48855a1e6bc459f848d6b52a9c09f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"futures",
|
"futures",
|
||||||
|
|
|
@ -52,7 +52,7 @@ deno_emit = "0.2.0"
|
||||||
deno_graph = "0.27.0"
|
deno_graph = "0.27.0"
|
||||||
deno_lint = { version = "0.30.0", features = ["docs"] }
|
deno_lint = { version = "0.30.0", features = ["docs"] }
|
||||||
deno_runtime = { version = "0.63.0", path = "../runtime" }
|
deno_runtime = { version = "0.63.0", path = "../runtime" }
|
||||||
deno_task_shell = "0.3.1"
|
deno_task_shell = "0.3.2"
|
||||||
|
|
||||||
atty = "=0.2.14"
|
atty = "=0.2.14"
|
||||||
base64 = "=0.13.0"
|
base64 = "=0.13.0"
|
||||||
|
|
Loading…
Reference in a new issue