@@ -17,11 +17,6 @@ name = "dashboard"
1717path = " examples/dashboard.rs"
1818required-features = [" render-tui" , " render-tui-crossterm" , " render-line" , " render-line-crossterm" , " signal-hook" , " render-line-autoconfigure" , " progress-tree" ]
1919
20- [[example ]]
21- name = " dashboard-termion"
22- path = " examples/dashboard.rs"
23- required-features = [" render-tui" , " render-tui-termion" , " render-line" , " render-line-termion" , " progress-tree" ]
24-
2520[[example ]]
2621name = " units"
2722path = " examples/units.rs"
@@ -45,7 +40,6 @@ progress-log = ["log"]
4540unit-bytes = [" bytesize" ]
4641unit-human = [" human_format" ]
4742unit-duration = [" humantime" ]
48- render-tui-termion = [" crosstermion/tui-react-termion" ]
4943render-tui-crossterm = [" crosstermion/tui-react-crossterm" , " crosstermion/input-async-crossterm" ]
5044render-tui = [" tui" ,
5145 " unicode-segmentation" ,
@@ -58,7 +52,6 @@ render-tui = ["tui",
5852 " humantime" ]
5953render-line = [" crosstermion/color" , " humantime" , " unicode-width" ]
6054render-line-crossterm = [" crosstermion/crossterm" ]
61- render-line-termion = [" crosstermion/termion" ]
6255render-line-autoconfigure = [" is-terminal" ]
6356
6457local-time = [" time" ]
@@ -72,15 +65,15 @@ parking_lot = { version = "0.12.1", optional = true, default-features = false }
7265log = { version = " 0.4.8" , optional = true }
7366
7467# render-tui
75- tui = { package = " ratatui" , version = " 0.20.1 " , optional = true , default-features = false }
76- tui-react = { version = " 0.20 .0" , optional = true }
68+ tui = { package = " ratatui" , version = " 0.24.0 " , optional = true , default-features = false }
69+ tui-react = { version = " 0.21 .0" , optional = true }
7770futures-core = { version = " 0.3.4" , optional = true , default-features = false }
78- futures-lite = { version = " 1.5 .0" , optional = true }
71+ futures-lite = { version = " 2.1 .0" , optional = true }
7972humantime = { version = " 2.1.0" , optional = true }
8073unicode-segmentation = { version = " 1.6.0" , optional = true }
8174unicode-width = { version = " 0.1.7" , optional = true }
82- crosstermion = { version = " 0.11.0 " , optional = true , default-features = false }
83- async-io = { version = " 1.0.0 " , optional = true }
75+ crosstermion = { version = " 0.12.1 " , optional = true , default-features = false }
76+ async-io = { version = " 2.2.1 " , optional = true }
8477
8578# localtime support for render-tui
8679time = { version = " 0.3.2" , optional = true , features = [" std" , " local-offset" , " formatting" ], default-features = false }
@@ -108,7 +101,7 @@ is-terminal = "0.4.9"
108101blocking = " 1.0.0"
109102once_cell = " 1.4.0"
110103async-executor = " 1.1.0"
111- async-io = " 1.1.0 "
104+ async-io = " 2.2.1 "
112105
113106[[bench ]]
114107name = " usage"
0 commit comments