From 87e1bb4b2f4e6b3b850fa07e58677ed9c008ba6e Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Tue, 24 Oct 2023 19:19:57 +0200 Subject: [PATCH] build: update to ratatui 0.24 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ba1d03..a84acf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ include = ["src/**/*", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ratatui = { version = "0.23", default-features = false } +ratatui = { version = "0.24", default-features = false } unicode-width = "0.1" [dev-dependencies] crossterm = "0.27" -ratatui = "0.23" +ratatui = "0.24"