From b990237c0525ea5494540439302855694285b23d Mon Sep 17 00:00:00 2001 From: John Date: Fri, 24 Oct 2025 03:29:33 -0400 Subject: [PATCH] Cargo.toml: update crossterm to 0.29.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 008e6f7..916423f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ license = "MIT" publish = ["soft-fish"] [dependencies] -crossterm = { version = "0.27.0", default-features = false } +crossterm = { version = "0.29.0", default-features = false }