From 2f2542afec5366721886fae70b9f1395b00a3cc5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 21 Sep 2024 18:27:14 +0200 Subject: [PATCH] accept newer branches of crate ratatui Bug-Debian: https://bugs.debian.org/1082523 Forwarded: not-needed Last-Update: 2024-09-21 Last-Update: 2024-09-21 Gbp-Pq: Name 1001_ratatui.patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9738626..9b29027 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio-macros = "2.1.0" linemux = "0.3.0" structopt = "~0.3.15" futures = "0.3.19" -ratatui = { version = "0.25.0", features = ["serde"] } +ratatui = { version = ">= 0.25.0, <= 0.28", features = ["serde"] } crossterm = { version = "0.27.0" } regex = "1.3.9" tempfile = "3.1.0" -- 2.30.2