summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-12-19 10:12:45 -0800
committerGitHub <noreply@github.com>2022-12-19 18:12:45 +0000
commit5a8adc342bcf01f535079d06778a9f244ba7e96f (patch)
treeba3f6661df8c82af7c8d37f7258eb27ee9afec56 /test_util/Cargo.toml
parent118a35f3bc353cae96bcb29bc96c4f60a7bb1936 (diff)
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.
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r--test_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }