Package: rust-version-sync I hope to update rust-version-sync soon (as part of the clap update) rust-version-sync needs it's dependencies tweaking to accomodate this.
A debdiff is attatched.
diff -Nru rust-version-sync-0.9.5/debian/changelog rust-version-sync-0.9.5/debian/changelog --- rust-version-sync-0.9.5/debian/changelog 2025-02-08 21:28:03.000000000 +0000 +++ rust-version-sync-0.9.5/debian/changelog 2025-09-23 13:26:27.000000000 +0000 @@ -1,3 +1,10 @@ +rust-version-sync (0.9.5-7.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Allow newer versions of pulldown-cmark. + + -- Peter Michael Green <[email protected]> Tue, 23 Sep 2025 13:26:27 +0000 + rust-version-sync (0.9.5-7) unstable; urgency=medium * declare rust-related build-dependencies unconditionally, diff -Nru rust-version-sync-0.9.5/debian/patches/2001_pulldown-cmark.patch rust-version-sync-0.9.5/debian/patches/2001_pulldown-cmark.patch --- rust-version-sync-0.9.5/debian/patches/2001_pulldown-cmark.patch 2024-12-17 23:30:43.000000000 +0000 +++ rust-version-sync-0.9.5/debian/patches/2001_pulldown-cmark.patch 2025-09-23 13:26:19.000000000 +0000 @@ -1,8 +1,9 @@ -Description: accept older branch of crate pulldown-cmark +Description: accept older and newer branches of crate pulldown-cmark Author: Jonas Smedegaard <[email protected]> +Authoe: Peter Michael Green <[email protected]> Bug-Debian: https://bugs.debian.org/1071789 Forwarded: not-needed -Last-Update: 2024-12-18 +Last-Update: 2025-09-23 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/Cargo.toml @@ -12,7 +13,7 @@ [dependencies] proc-macro2 = { version = "1.0.36", default-features = false, features = ["span-locations"], optional = true } -pulldown-cmark = { version = "0.11", default-features = false, optional = true } -+pulldown-cmark = { version = ">= 0.10.0, <= 0.11", default-features = false, optional = true } ++pulldown-cmark = { version = ">= 0.10.0, <= 0.13", default-features = false, optional = true } regex = { version = "1.5.4", default-features = false, features = ["std", "unicode"], optional = true } semver = { version = "1.0.5", optional = true } syn = { version = "2.0.15", default-features = false, features = ["parsing", "printing", "full"], optional = true }

