@@ -12,22 +12,22 @@ categories = ["command-line-interface", "gui"]
12
12
keywords = [" cli" , " console" , " ratatui" , " terminal" , " tui" ]
13
13
14
14
[workspace .dependencies ]
15
- clap = { version = " 4.5.8 " , features = [" derive" ] }
15
+ clap = { version = " 4.5.20 " , features = [" derive" ] }
16
16
color-eyre = " 0.6.3"
17
17
crossterm = { version = " 0.28.1" }
18
- derive_builder = " 0.20.0 "
18
+ derive_builder = " 0.20.2 "
19
19
derive-getters = " 0.5.0"
20
20
derive_setters = " 0.1.6"
21
21
document-features = " 0.2.10"
22
- futures = " 0.3.21 "
22
+ futures = " 0.3.31 "
23
23
itertools = " 0.13.0"
24
24
indoc = " 2.0.5"
25
25
lipsum = " 0.9.1"
26
- ratatui = { version = " 0.28.1 " , default-features = false }
27
- ratatui-macros = " 0.5 .0"
26
+ ratatui = { version = " 0.29.0 " , default-features = false }
27
+ ratatui-macros = " 0.6 .0"
28
28
rstest = " 0.23.0"
29
29
strum = { version = " 0.26.3" , features = [" derive" ] }
30
- tokio = { version = " 1.39 " }
30
+ tokio = { version = " 1.41.0 " }
31
31
32
32
[lints .rust ]
33
33
unused = " warn"
@@ -41,7 +41,7 @@ nursery = "warn"
41
41
[package ]
42
42
name = " tui-widgets"
43
43
description = " A collection of useful widgets for building terminal user interfaces using Ratatui"
44
- version = " 0.3.1 "
44
+ version = " 0.4.0 "
45
45
documentation = " https://docs.rs/tui-widgets"
46
46
47
47
authors.workspace = true
@@ -70,8 +70,8 @@ cards = ["tui-cards"]
70
70
[dependencies ]
71
71
document-features.workspace = true
72
72
ratatui = { workspace = true }
73
- tui-big-text = { version = " 0.6.1 " , path = " tui-big-text" , optional = true }
74
- tui-cards = { version = " 0.1 .0" , path = " tui-cards" , optional = true }
75
- tui-popup = { version = " 0.5.1 " , path = " tui-popup" , optional = true }
76
- tui-prompts = { version = " 0.4.1 " , path = " tui-prompts" , optional = true }
77
- tui-scrollview = { version = " 0.4.1 " , path = " tui-scrollview" , optional = true }
73
+ tui-big-text = { version = " 0.7.0 " , path = " tui-big-text" , optional = true }
74
+ tui-cards = { version = " 0.2 .0" , path = " tui-cards" , optional = true }
75
+ tui-popup = { version = " 0.6.0 " , path = " tui-popup" , optional = true }
76
+ tui-prompts = { version = " 0.5.0 " , path = " tui-prompts" , optional = true }
77
+ tui-scrollview = { version = " 0.5.0 " , path = " tui-scrollview" , optional = true }
0 commit comments