diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-11 13:20:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 13:20:14 -0500 |
| commit | 32c059544be40987a445f13cc3c7ba585f47889e (patch) | |
| tree | 21e6e0e34c2972908c0f5e1925ac238c69bc23f6 /cli | |
| parent | b198bfd7950ce3f20aeaef265be59ff038fc4e11 (diff) | |
chore(test): fix flaky tasks (#13916)
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" |
