From d0b668ad247e542e2cd5ef45d15212abaf45ce46 Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Mon, 21 Oct 2024 23:44:40 +0530 Subject: [PATCH 1/3] chore: bump ratatui -> 0.29.0 --- tui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/Cargo.toml b/tui/Cargo.toml index 40d3c357..f86c43f1 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -20,7 +20,7 @@ crossterm = "0.28.1" ego-tree = { workspace = true } oneshot = "0.1.8" portable-pty = "0.8.1" -ratatui = "0.28.1" +ratatui = "0.29.0" tui-term = "0.1.12" temp-dir = "0.1.14" unicode-width = "0.2.0" From f4f7a855237ef7c2adbe0165eaaf4f396052dfb1 Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Fri, 25 Oct 2024 16:30:51 +0530 Subject: [PATCH 2/3] chore: bump ansi-to-tui -> 7.0.0 --- Cargo.lock | 38 ++++++++++++++++++++++++++++++++------ tui/Cargo.toml | 2 +- 2 files changed, 33 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 266ed837..2c8a1081 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,12 +46,12 @@ dependencies = [ [[package]] name = "ansi-to-tui" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00c4af0bef1b514c9b6a32a773caf604c1390fa7913f4eaa23bfe76f251d6a42" +checksum = "67555e1f1ece39d737e28c8a017721287753af3f93225e4a445b29ccb0f5912c" dependencies = [ "nom", - "ratatui", + "ratatui 0.29.0", "simdutf8", "smallvec", "thiserror", @@ -422,6 +422,12 @@ dependencies = [ "hashbrown", ] +[[package]] +name = "indoc" +version = "2.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" + [[package]] name = "instability" version = "0.3.2" @@ -509,7 +515,7 @@ dependencies = [ "oneshot", "portable-pty", "rand", - "ratatui", + "ratatui 0.29.0", "temp-dir", "tree-sitter-bash", "tree-sitter-highlight", @@ -750,7 +756,6 @@ dependencies = [ "bitflags 2.6.0", "cassowary", "compact_str", - "crossterm", "instability", "itertools", "lru", @@ -762,6 +767,27 @@ dependencies = [ "unicode-width 0.1.14", ] +[[package]] +name = "ratatui" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" +dependencies = [ + "bitflags 2.6.0", + "cassowary", + "compact_str", + "crossterm", + "indoc", + "instability", + "itertools", + "lru", + "paste", + "strum", + "unicode-segmentation", + "unicode-truncate", + "unicode-width 0.2.0", +] + [[package]] name = "redox_syscall" version = "0.5.4" @@ -1134,7 +1160,7 @@ version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d07f0233f0d4795d2dc6663cfc3ce56b87bebcee66d6bcc088aa6aff5c072361" dependencies = [ - "ratatui", + "ratatui 0.28.1", "vt100", ] diff --git a/tui/Cargo.toml b/tui/Cargo.toml index f86c43f1..04179b3f 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -29,7 +29,7 @@ linutil_core = { path = "../core", version = "24.9.28" } tree-sitter-highlight = "0.24.2" tree-sitter-bash = "0.23.1" anstyle = "1.0.8" -ansi-to-tui = "6.0.0" +ansi-to-tui = "7.0.0" zips = "0.1.7" [build-dependencies] From f50ed7c59bfdf1fd53b1bd4daa23abc7d98ea24a Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Sat, 26 Oct 2024 13:43:33 +0530 Subject: [PATCH 3/3] chore: bump tui-term -> 0.2.0 --- Cargo.lock | 30 +++++------------------------- tui/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c8a1081..270878c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67555e1f1ece39d737e28c8a017721287753af3f93225e4a445b29ccb0f5912c" dependencies = [ "nom", - "ratatui 0.29.0", + "ratatui", "simdutf8", "smallvec", "thiserror", @@ -515,7 +515,7 @@ dependencies = [ "oneshot", "portable-pty", "rand", - "ratatui 0.29.0", + "ratatui", "temp-dir", "tree-sitter-bash", "tree-sitter-highlight", @@ -747,26 +747,6 @@ dependencies = [ "getrandom", ] -[[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", - "instability", - "itertools", - "lru", - "paste", - "strum", - "strum_macros", - "unicode-segmentation", - "unicode-truncate", - "unicode-width 0.1.14", -] - [[package]] name = "ratatui" version = "0.29.0" @@ -1156,11 +1136,11 @@ checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57" [[package]] name = "tui-term" -version = "0.1.13" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07f0233f0d4795d2dc6663cfc3ce56b87bebcee66d6bcc088aa6aff5c072361" +checksum = "72af159125ce32b02ceaced6cffae6394b0e6b6dfd4dc164a6c59a2db9b3c0b0" dependencies = [ - "ratatui 0.28.1", + "ratatui", "vt100", ] diff --git a/tui/Cargo.toml b/tui/Cargo.toml index 04179b3f..7bdaee2c 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -21,7 +21,7 @@ ego-tree = { workspace = true } oneshot = "0.1.8" portable-pty = "0.8.1" ratatui = "0.29.0" -tui-term = "0.1.12" +tui-term = "0.2.0" temp-dir = "0.1.14" unicode-width = "0.2.0" rand = { version = "0.8.5", optional = true }