Skip to content

Commit 0cca41f

Browse files
committed
update to latest versions of tui-react and crosstermion
1 parent 5f066f2 commit 0cca41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ log = { version = "0.4.8", optional = true }
6666

6767
# render-tui
6868
tui = { package = "ratatui", version = "0.26.0", optional = true, default-features = false }
69-
tui-react = { version = "0.22.0", optional = true }
69+
tui-react = { version = "0.23.0", optional = true }
7070
futures-core = { version = "0.3.4", optional = true, default-features = false }
7171
futures-lite = { version = "2.1.0", optional = true }
7272
humantime = { version = "2.1.0", optional = true }
7373
unicode-segmentation = { version = "1.6.0", optional = true }
7474
unicode-width = { version = "0.1.7", optional = true }
75-
crosstermion = { version = "0.13.0", optional = true, default-features = false }
75+
crosstermion = { version = "0.14.0", optional = true, default-features = false }
7676
async-io = { version = "2.2.1", optional = true }
7777

7878
# localtime support for render-tui

0 commit comments

Comments
 (0)