summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-09 02:17:01 +0200
committermo8it <mo8it@proton.me>2024-08-09 02:17:01 +0200
commit52a231ce2f6c3853fc11a34a3935366f27e299f4 (patch)
treea0dde49ea5ab9f6e1bdc7de3af014a46751ce62b /Cargo.toml
parent16af9817721ac1855c66f2dd67627c820b91be5f (diff)
Update Ratatui
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56b6f96..1dcc55a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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