Bug#1143032: rabbitmqadmin-ng: FTBFS, needs updates for newer Rust crates
Hector Cao <[email protected]>
| Newsgroups | gmane.linux.debian.devel.bugs.rc |
|---|---|
| Message-ID | <178666994421.420219.11612911327819602582.reportbug@hector-pc> |
Package: rabbitmqadmin-ng Followup-For: Bug #1143032 User: [email protected] Usertags: origin-ubuntu stonking ubuntu-patch Control: tags -1 patch ftbfs Dear Maintainer, Update crate tabled to the current version in Debian v0.21.0 * d/p/fix-upstream-cargo.toml.patch: update tabled version to 0.21.0 Thanks for considering the patch. -- System Information: Debian Release: trixie/sid APT prefers noble-updates APT policy: (500, 'noble-updates'), (500, 'noble-security'), (500, 'noble'), (100, 'noble-backports') Architecture: amd64 (x86_64) Kernel: Linux 7.0.0-28-generic (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE 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
rabbitmqadmin-ng_2.29.0-2.debdiff
(text/plain, 649 B)
diff -Nru rabbitmqadmin-ng-2.29.0/debian/patches/fix-upstream-cargo.toml.patch rabbitmqadmin-ng-2.29.0/debian/patches/fix-upstream-cargo.toml.patch
--- rabbitmqadmin-ng-2.29.0/debian/patches/fix-upstream-cargo.toml.patch 2026-05-05 11:40:47.000000000 +0200
+++ rabbitmqadmin-ng-2.29.0/debian/patches/fix-upstream-cargo.toml.patch 2026-08-14 03:08:40.000000000 +0200
@@ -20,7 +20,7 @@
serde = { version = "1.0", features = ["derive", "std"] }
serde_json = "1.0"
-tabled = "0.20"
-+tabled = "^0.18.0"
++tabled = "^0.21.0"
bel7-cli = { version = "0.9", features = ["tables", "serde", "clap", "completions"] }
toml = "1.0"
toml_edit = "0.25"