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"