Package: pushpin Version: 1.41.0-6 Tags: patch
I hope to update rust-miniz-oxide to 0.9 soon, pushpin needs a dependency update to build with the new version.
diff -Nru pushpin-1.41.0/debian/changelog pushpin-1.41.0/debian/changelog --- pushpin-1.41.0/debian/changelog 2026-05-16 10:05:45.000000000 +0000 +++ pushpin-1.41.0/debian/changelog 2026-05-30 17:38:28.000000000 +0000 @@ -1,3 +1,10 @@ +pushpin (1.41.0-6.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Relax cargo dependency on miniz_oxide. + + -- Peter Michael Green <[email protected]> Sat, 30 May 2026 17:38:28 +0000 + pushpin (1.41.0-6) unstable; urgency=medium * Allow compilation with sha1 0.11 diff -Nru pushpin-1.41.0/debian/patches/debian-changes pushpin-1.41.0/debian/patches/debian-changes --- pushpin-1.41.0/debian/patches/debian-changes 2026-05-16 10:05:45.000000000 +0000 +++ pushpin-1.41.0/debian/patches/debian-changes 2026-05-30 17:38:11.000000000 +0000 @@ -30,7 +30,7 @@ libc = "0.2" log = "0.4" -miniz_oxide = "0.6" -+miniz_oxide = "0.7" ++miniz_oxide = ">= 0.6, < 0.10" mio = { version = "1", features = ["os-poll", "os-ext", "net"] } -notify = "7" -openssl = "=0.10.72"

