Package: oxigraph

I am currently working on upgrading rust-clap and it's dependencies.

rust-clap 4.4.18 -> 4.5.15
rust-clap-derive 4.4.7 -> 4.5.13
rust-clap-builder 4.4.18 -> 4.5.15
rust-clap-complete 4.4.9 -> 4.5.18
rust-clap-lex 0.6.0 -> 0.7.2

Of these only clap-lex is semver-breaking.

The new versions have been uploaded to experimental (though they
may not be built yet)

Looking at oxigraph, I see a debian build-dependency on
librust-clap-dev (<< 0.7) but I don't see any corresponding cargo
dependencies. I therefore conclude that this dependency is a
leftover from a previous version and should simply be removed.

After removing the build-dependency I was able to successfully
build the package and run it's autopkgtests with the new version
of clap.

Reply via email to