Skip to content

Commit 39f30b8

Browse files
chore: update ratatui (#182)
Signed-off-by: Thomas Mauran <thomasmauran@yahoo.com>
1 parent 97bea1d commit 39f30b8

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/thomas-mauran/chess-tui"
1212
[dependencies]
1313
clap = { version = "4.4.11", features = ["derive"] }
1414
dirs = "5.0.1"
15-
ratatui = { version = "0.28.1", features = ["serde"] }
15+
ratatui = { version = "0.29.0", features = ["serde"] }
1616
ruci = { version = "2.1.0", features = ["engine-sync"] }
1717
toml = "0.5.8"
1818
log = "0.4.25"

0 commit comments

Comments
 (0)