diff options
| author | mo8it <mo8it@proton.me> | 2024-08-09 02:17:01 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-09 02:17:01 +0200 |
| commit | 52a231ce2f6c3853fc11a34a3935366f27e299f4 (patch) | |
| tree | a0dde49ea5ab9f6e1bdc7de3af014a46751ce62b /Cargo.toml | |
| parent | 16af9817721ac1855c66f2dd67627c820b91be5f (diff) | |
Update Ratatui
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ anyhow = "1.0.86" clap = { version = "4.5.14", features = ["derive"] } notify-debouncer-mini = { version = "0.4.1", default-features = false } os_pipe = "1.2.1" -ratatui = { version = "0.27.0", default-features = false, features = ["crossterm"] } +ratatui = { version = "0.28.0", default-features = false, features = ["crossterm"] } rustlings-macros = { path = "rustlings-macros", version = "=6.1.0" } serde_json = "1.0.122" serde.workspace = true |
