projects
/
safe-vdash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b9af97
)
accept newer branches of crate ratatui
author
Jonas Smedegaard
<dr@jones.dk>
Sun, 9 Feb 2025 00:57:40 +0000
(
01:57
+0100)
committer
Jonas Smedegaard
<dr@jones.dk>
Sun, 9 Feb 2025 00:57:40 +0000
(
01:57
+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
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index edccece5359408492f9c33df5561a10a0809a4d8..5d6918e6294f3f57d2cff91dcdae9fab87f8018b 100644
(file)
--- 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"