From 1b7989fa6ec004c3246a8c94452517f7cd4f80e5 Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Sat, 20 Dec 2025 07:27:07 -0600 Subject: [PATCH] Update crossterm and thiserror deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb3e2a5..173916c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,9 +20,9 @@ path = "src/lib.rs" crate-type = ["lib"] [dependencies] -crossterm = "^0.27" +crossterm = "^0.29" textwrap = { version = "~0.16", default-features = false, features = ["unicode-width"] } -thiserror = "^1" +thiserror = "^2" regex = { version = "^1", optional = true } crossbeam-channel = "^0.5" parking_lot = "0.12.1"