diff --git a/Cargo.lock b/Cargo.lock index 842a85d..53f8678 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5235,9 +5235,9 @@ dependencies = [ [[package]] name = "termprofile" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c83481d7a0153c7e418750832bd731dd548fa79bb306071b2182ec73cba1dd" +checksum = "3b1cbd23d0eb880e38f90c4a8861bc9278f262becd86ea8f9fb5294a56c020e9" dependencies = [ "anstyle", "palette", diff --git a/Cargo.toml b/Cargo.toml index 56d8a16..bee5338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rat-widget = "3.2.1" ratatui = {version = "0.30.0", features = ["unstable-widget-ref"] } ratatui-macros = "0.7.0" ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.2", features = ["tokio"] } -termprofile = { version = "0.2.1", features = ["convert", "ratatui"] } +termprofile = { version = "0.2.2", features = ["convert", "ratatui"] } textwrap = { version = "0.16.2", features = ["terminal_size"] } thiserror = "2.0.18" throbber-widgets-tui = "0.11.0"