diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 31 |
1 files changed, 5 insertions, 26 deletions
@@ -82,7 +82,7 @@ dependencies = [ "hayagriva", "itertools", "nucleo-matcher", - "ratatui 0.29.0", + "ratatui", "sarge", "signal-hook", "tokio", @@ -1134,27 +1134,6 @@ dependencies = [ [[package]] name = "ratatui" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" -dependencies = [ - "bitflags 2.6.0", - "cassowary", - "compact_str", - "crossterm", - "instability", - "itertools", - "lru", - "paste", - "strum", - "strum_macros", - "unicode-segmentation", - "unicode-truncate", - "unicode-width 0.1.14", -] - -[[package]] -name = "ratatui" version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" @@ -1563,12 +1542,12 @@ dependencies = [ [[package]] name = "tui-input" -version = "0.10.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd137780d743c103a391e06fe952487f914b299a4fe2c3626677f6a6339a7c6b" +checksum = "ffde6d8fcffe86b617018ca9b2171d673b41def44ebf802de203d2f2c598d3de" dependencies = [ - "ratatui 0.28.1", - "unicode-width 0.1.14", + "ratatui", + "unicode-width 0.2.0", ] [[package]] |
