Source: safe-vdash
Version: 0.20.0-2
Severity: normal
Tags: patch
rust-crossterm 0.28 is currently staged in experimental and we'd like to
upload it to unstable soon. The attached patch loosens safe-vdash's
dependencies related to crossterm so it can build against more versions
of crossterm.
-- System Information:
Debian Release: forky/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.16.8+deb14-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru safe-vdash-0.20.0/debian/control safe-vdash-0.20.0/debian/control
--- safe-vdash-0.20.0/debian/control 2025-08-28 12:09:56.000000000 -0400
+++ safe-vdash-0.20.0/debian/control 2025-09-26 07:09:07.000000000 -0400
@@ -10,7 +10,8 @@
librust-byte-unit-5+default-dev,
librust-chrono-0.4+default-dev,
librust-chrono-0.4+serde-dev,
- librust-crossterm-0.27+default-dev,
+ librust-crossterm+default-dev (<< 0.30),
+ librust-crossterm+default-dev (>= 0.27),
librust-env-logger-0.11+default-dev,
librust-fs2-0.4+default-dev,
librust-futures-0.3+default-dev,
diff -Nru safe-vdash-0.20.0/debian/patches/1002_crossterm.patch
safe-vdash-0.20.0/debian/patches/1002_crossterm.patch
--- safe-vdash-0.20.0/debian/patches/1002_crossterm.patch 1969-12-31
19:00:00.000000000 -0500
+++ safe-vdash-0.20.0/debian/patches/1002_crossterm.patch 2025-09-26
07:06:54.000000000 -0400
@@ -0,0 +1,13 @@
+diff --git i/Cargo.toml w/Cargo.toml
+index c447224..b8b6232 100644
+--- i/Cargo.toml
++++ w/Cargo.toml
+@@ -22,7 +22,7 @@ linemux = "0.3.0"
+ structopt = "~0.3.15"
+ futures = "0.3.19"
+ ratatui = { version = ">= 0.25.0, <= 0.28", features = ["serde"] }
+-crossterm = { version = "0.27.0" }
++crossterm = { version = ">= 0.27.0, < 0.30" }
+ regex = "1.3.9"
+ tempfile = "3.1.0"
+ time = "0.3.29"
diff -Nru safe-vdash-0.20.0/debian/patches/series
safe-vdash-0.20.0/debian/patches/series
--- safe-vdash-0.20.0/debian/patches/series 2025-08-11 01:15:54.000000000
-0400
+++ safe-vdash-0.20.0/debian/patches/series 2025-09-26 07:08:52.000000000
-0400
@@ -1,3 +1,4 @@
1001_ratatui.patch
1001_reqwest.patch
+1002_crossterm.patch
2002_rename.patch