Skip to content

Commit c8e12e8

Browse files
fix(deps): update rust crate ratatui to 0.30.0
1 parent 635c682 commit c8e12e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ clap = { version = "4.5.41", features = ["derive"] }
9898
clap_complete = "4.5.55"
9999
clap-markdown = "0.1"
100100
rayon = "1.10.0"
101-
ratatui = { version = "0.29.0", features = ["serde"] }
101+
ratatui = { version = "0.30.0", features = ["serde"] }
102102
tui-textarea = "0.7.0"
103103
prost = "0.14.1"
104104
tonic = { version = "0.14.1", default-features = false, features = [

0 commit comments

Comments
 (0)