Skip to content

Commit c69cd94

Browse files
committed
chore:(deps): bump ratatui/tui-input/ansi-to-tui version
1 parent a162846 commit c69cd94

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
lines changed

Cargo.lock

Lines changed: 25 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ version = "1.16.2"
1313
edition = "2021"
1414

1515
[dependencies]
16-
ratatui = "=0.28.1"
17-
tui-input = "=0.10.1"
16+
ratatui = "=0.29.0"
17+
tui-input = "=0.11.1"
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
2020
sys-locale = "0.3.1"
2121
lazy_static = "1.4"
2222
clap = { version = "4.4.7", features = ["derive"] }
2323
regex = "1.10.2"
2424
textwrap = "0.16.0"
25-
ansi-to-tui = "6.0.0"
25+
ansi-to-tui = "7.0.0"
2626
anyhow = "1.0.79"
2727
xdg = "2.5.2"
2828

0 commit comments

Comments
 (0)