diff --git a/Cargo.lock b/Cargo.lock index 7d877e6..83d9a76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3810,9 +3810,9 @@ dependencies = [ [[package]] name = "tui-widget-list" -version = "0.13.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd80265ccaaad37d8e315c2ca1ba40dd30bced081ba4fbe22fa0584fd9c1ca3f" +checksum = "8a417c8ac65119a0e5b8627d0ce492731b95affb29ec8602d9e72646bda5ecf6" dependencies = [ "ratatui", ] diff --git a/Cargo.toml b/Cargo.toml index ff45898..989c71e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ ratatui = { version = "0.29.0", features = ["all-widgets", "palette", "unstable- ratatui-image = { version = "1.0.5", features = ["rustix"]} throbber-widgets-tui = "0.8.0" tui-input = "0.11.0" -tui-widget-list = "0.13.0" +tui-widget-list = "0.13.2" crossterm = { version = "0.28.1", features = ["event-stream"] } directories = "5.0.1" image = "0.25.1"