From: Jonas Smedegaard Date: Fri, 18 Oct 2024 11:21:18 +0000 (+0200) Subject: accept newer branches of crate ratatui X-Git-Tag: archive/raspbian/0.18.0-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d05153152334e84f185d61e1cef13557a132762f;p=safe-vdash.git 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 --- diff --git a/Cargo.toml b/Cargo.toml index eb9f3ee..f6d7be0 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"