From 2a69021e279914f0ac6ec55f4ee682b5d29515de Mon Sep 17 00:00:00 2001 From: xiaoski Date: Fri, 29 May 2026 16:59:16 +0800 Subject: [PATCH] chore: add portable-pty dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ea1a87e..edc3170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,6 +51,7 @@ encoding_rs = "0.8" zstd = "0.13" tar = "0.4" fantoccini = { version = "0.22", default-features = false, features = ["rustls-tls"] } +portable-pty = "0.9" [build-dependencies] zstd = "0.13"