diff options
Diffstat (limited to 'cli')
-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 a31f18b84..a3b7a6b63 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -51,7 +51,7 @@ deno_doc = "0.32.0" deno_graph = "0.24.0" deno_lint = { version = "0.26.0", features = ["docs"] } deno_runtime = { version = "0.48.0", path = "../runtime" } -deno_task_shell = "0.1.6" +deno_task_shell = "0.1.8" atty = "=0.2.14" base64 = "=0.13.0" @@ -106,7 +106,7 @@ winapi = { version = "=0.3.9", features = ["knownfolders", "mswsock", "objbase", [dev-dependencies] deno_bench_util = { version = "0.34.0", path = "../bench_util" } flaky_test = "=0.1.0" -os_pipe = "=0.9.2" +os_pipe = "=1.0.1" pretty_assertions = "=0.7.2" test_util = { path = "../test_util" } trust-dns-client = "=0.20.3" |