accept newer branches of crate ratatui
authorJonas Smedegaard <dr@jones.dk>
Fri, 18 Oct 2024 11:21:18 +0000 (13:21 +0200)
committerJonas Smedegaard <dr@jones.dk>
Fri, 18 Oct 2024 11:21:18 +0000 (13:21 +0200)
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

index eb9f3ee4f63b5a3a465689cd45b3ee2cecf2c62a..f6d7be0aafc93cb895d4602f44673def0ce3ff83 100644 (file)
@@ -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"