Open KonradHoeffner opened 1 month ago
P.S.: Addressed by https://github.com/kbknapp/cargo-outdated/pull/397 and https://github.com/kbknapp/cargo-outdated/pull/398, please accept one of them and release a new version.
cargo install --locked cargo-outdated
still gives this error
Yeah, the maintainer seems to be inactive right now, I will try to reach out.
cargo outdated got OUTDATED
When I started cargo outdated today, I got an error with libgit2, so I updated it as described in the README with the --locked parameter as
cargo install cargo-outdated --locked --force
, however this results in the following error:I'm using cargo 1.83.0-nightly (c1fa840a8 2024-08-29) installed via Rustup on Arch Linux. Current cargo-outdated version is 0.15.0. Removing the --locked parameter fixes the issue. I guess you can fix this by either removing the
--locked
from the README or by creating a new release with an updated lockfile.