From e761bd795895c1e0545016fec4df63bc7b660210 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Sun, 2 Aug 2026 13:00:59 +0100 Subject: [PATCH] Update crossterm dependency to use use-dev-tty feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2f801d..31a6712 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ codegen-units = 1 [dependencies] chrono = "0.4.42" -crossterm = { version = "0.29.0", default-features = false, features = ["events", "bracketed-paste", "windows", "filedescriptor"] } +crossterm = { version = "0.29.0", default-features = false, features = ["bracketed-paste", "events", "use-dev-tty", "windows"] } portable-pty = "0.9" vte = "0.15" libc = "0.2"