From 5a8adc342bcf01f535079d06778a9f244ba7e96f Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Mon, 19 Dec 2022 10:12:45 -0800 Subject: chore(test_util): use pty2 instead of pty (#17131) Fixes https://github.com/denoland/deno/issues/484 Removes dependency on winapi 0.2.x versions. --- test_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 45fa76881..a2b2626f8 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -40,7 +40,7 @@ tokio-tungstenite.workspace = true url.workspace = true [target.'cfg(unix)'.dependencies] -pty = "0.2.2" +pty2 = "0.1.0" [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["consoleapi", "synchapi", "handleapi", "namedpipeapi", "winbase", "winerror"] } -- cgit v1.2.3