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:
fa4fcff
)
accept newer branches of crate ratatui
author
Jonas Smedegaard
<dr@jones.dk>
Sat, 21 Sep 2024 16:27:14 +0000
(18:27 +0200)
committer
Jonas Smedegaard
<dr@jones.dk>
Sat, 21 Sep 2024 16:27:14 +0000
(18:27 +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
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 97386267172d3b3e4efd7418b1e7ec0c1eb241ba..9b2902771731237482ca31b5bb2a4b157d946d03 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"