diff options
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 36fe74b87..e97a14644 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -57,7 +57,7 @@ deno_emit = "0.10.0" deno_graph = "0.37.1" deno_lint = { version = "0.34.0", features = ["docs"] } deno_runtime = { version = "0.83.0", path = "../runtime" } -deno_task_shell = "0.7.0" +deno_task_shell = "0.7.2" napi_sym = { path = "./napi_sym", version = "0.5.0" } atty = "=0.2.14" @@ -86,7 +86,7 @@ libc = "=0.2.126" log = { version = "=0.4.17", features = ["serde"] } lsp-types = "=0.93.2" # used by tower-lsp and "proposed" feature is unstable in patch releases mitata = "=0.0.7" -monch = "=0.2.1" +monch = "=0.4.0" notify = "=5.0.0" once_cell = "=1.14.0" os_pipe = "=1.0.1" |
