When I try it on https://github.com/nico-abram/find-subimage (commit 8943d020a468f17b7ac8a57111263808aaccd6b3), that has old image and opencv dependencies, cargo-outdated fails:
$ cargo outdated --depth=1
error: failed to select a version for `opencv`.
... required by package `find-subimage v0.1.12 (/tmp/cargo-outdated3hT2Co)`
versions that meet the requirements `^0.97.2` are: 0.97.2
the package `find-subimage` depends on `opencv`, with features: `docs-only` but `opencv` does not have these features.
failed to select a version for `opencv` which could resolve this conflict
Even if cargo-oudated cannot determine the good compatible version, I still expect it to output at least a partial report.
When I try it on https://github.com/nico-abram/find-subimage (commit 8943d020a468f17b7ac8a57111263808aaccd6b3), that has old
imageandopencvdependencies,cargo-outdatedfails:Even if
cargo-oudatedcannot determine the good compatible version, I still expect it to output at least a partial report.