diff --git a/Cargo.toml b/Cargo.toml index fb63cbf..e9ab230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/shuoli84/tui-menu" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ratatui = "0.28.0" +ratatui = "0.29.0" [dev-dependencies] color-eyre = "0.6.3"