Package: hippotat Version: 1.1.11 I hope to update rust-itertools to 0.13 soon, the new version is available in experimental. Yhe Debian build-dependencies in your package allow the new version, but the cargo dependencies do not.
The package built succesfully after relaxing the cargo dependeny, a debdiff is attatched.
diff -Nru hippotat-1.1.11/Cargo.toml hippotat-1.1.11+nmu1/Cargo.toml --- hippotat-1.1.11/Cargo.toml 2024-02-25 18:47:15.000000000 +0000 +++ hippotat-1.1.11+nmu1/Cargo.toml 2024-09-21 23:22:40.000000000 +0000 @@ -46,7 +46,7 @@ hyper-tls = "0.5" indenter = "0.3" ipnet = "2.3" -itertools = ">=0.10.1, <0.13" +itertools = ">=0.10.1, <0.14" lazy-regex = ">=2.4, <4" lazy_static = "1.4" libc = "0.2" # just for EISDIR due to IsADirectory diff -Nru hippotat-1.1.11/debian/changelog hippotat-1.1.11+nmu1/debian/changelog --- hippotat-1.1.11/debian/changelog 2024-02-25 18:47:15.000000000 +0000 +++ hippotat-1.1.11+nmu1/debian/changelog 2024-09-21 23:22:40.000000000 +0000 @@ -1,3 +1,10 @@ +hippotat (1.1.11+nmu1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Relax cargo dependencies on itertools. + + -- Peter Michael Green <plugw...@debian.org> Sat, 21 Sep 2024 23:22:40 +0000 + hippotat (1.1.11) unstable; urgency=medium Debian package: diff -Nru hippotat-1.1.11/macros/Cargo.toml hippotat-1.1.11+nmu1/macros/Cargo.toml --- hippotat-1.1.11/macros/Cargo.toml 2024-02-25 18:47:15.000000000 +0000 +++ hippotat-1.1.11+nmu1/macros/Cargo.toml 2024-09-21 23:22:40.000000000 +0000 @@ -13,7 +13,7 @@ homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/" [dependencies] -itertools = ">=0.10.1, <0.13" +itertools = ">=0.10.1, <0.14" syn = { version = "1", features=["extra-traits"] } proc-macro2 = "1" quote = "1"