accept newer branches of crate ratatui
authorJonas Smedegaard <dr@jones.dk>
Wed, 1 Jan 2025 12:56:37 +0000 (13:56 +0100)
committerJonas Smedegaard <dr@jones.dk>
Wed, 1 Jan 2025 12:56:37 +0000 (13:56 +0100)
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 f208425a39fa1838be6936e0e95d0c92e97c5904..e0a7fe30a465b8ac4d9165369b2e5dbedea0494b 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"