mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -05:00
fix(task): support redirects in pipe sequences (#16903)
Categorizing this as a fix because it currently fails silently.
This commit is contained in:
parent
4d07ed0efa
commit
b638bc183d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1225,9 +1225,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno_task_shell"
|
name = "deno_task_shell"
|
||||||
version = "0.7.3"
|
version = "0.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a071a6407ade5107091a2481a502e7e6a9a96c5a631c71748058c5a28928fcd3"
|
checksum = "7aaa20efba1e8041f60546931b0459d0503705073504e8dce4f9a1ad35c469d1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"futures",
|
"futures",
|
||||||
|
|
|
@ -48,7 +48,7 @@ deno_emit = "0.11.0"
|
||||||
deno_graph = "0.38.0"
|
deno_graph = "0.38.0"
|
||||||
deno_lint = { version = "0.35.0", features = ["docs"] }
|
deno_lint = { version = "0.35.0", features = ["docs"] }
|
||||||
deno_runtime.workspace = true
|
deno_runtime.workspace = true
|
||||||
deno_task_shell = "0.7.3"
|
deno_task_shell = "0.8.0"
|
||||||
napi_sym.workspace = true
|
napi_sym.workspace = true
|
||||||
|
|
||||||
atty.workspace = true
|
atty.workspace = true
|
||||||
|
|
Loading…
Reference in a new issue