cargo-outdated icon indicating copy to clipboard operation
cargo-outdated copied to clipboard

A cargo subcommand for displaying when Rust dependencies are out of date

Results 101 cargo-outdated issues
Sort by recently updated
recently updated
newest added

`cargo-outdated` is great.. thanks for writing it! I noticed recently that if my `/tmp/` directory contains a `Cargo.toml`, running `cargo outdated` fails with a strange error: ``` warner:~$ cargo new...

T: bug
C: upstream

[Workspace inheritance](https://github.com/rust-lang/cargo/issues/8415) was [stabilized](https://github.com/rust-lang/cargo/pull/10859) recently and set to be released in `1.64` on [September 22, 2022](https://forge.rust-lang.org/#current-release-versions). Currently `cargo-outdated` does not support the use of workspace inheritance and throws an error....

**Version cargo-outdated v0.9.17** My project saved its dependecies via `cargo vendor` Using `cargo outdated` in this workspace fails with ``` $ cargo outdated Update for trybuild could not be found!...

Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.18.0+1.1.1n to 111.22.0+1.1.1q. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl-src&package-manager=cargo&previous-version=111.18.0+1.1.1n&new-version=111.22.0+1.1.1q)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

C: dependencies

This updates `clap` to the v3.1.6 derive API. Do note that this will require an MSRV bump up to 1.54.0 since that's the minimum that any of the `clap` v3...

To speed up CI jobs that use `cargo-outdated` and avoid running the `cargo install cargo-outdated` command, I think it would be helpful to automatically deploy `cargo-outdated` on `Linux`, `MacOS` and...

cargo outdated fails with an error due to zstd, not showing any other crates that might be outdated: ``` % cargo outdated error: failed to select a version for `zstd-sys`....

I have a workspace that contains git dependencies multiple times. cargo-outdated pulls each dependency every time it encounters one: ``` Updating git repository `https://github.com/Fuuzetsu/friedrich.git` Updating git repository `https://github.com/Fuuzetsu/rust-stats` Updating git...

Running `cargo outdated` fails for our project with the following message: ``` error: failed to select a version for the requirement `libgit2-sys = "^0.13.4"` candidate versions found which didn't match:...

# Problem `cargo outdated` fails to run when a project specifies a custom [target file](https://docs.rust-embedded.org/embedonomicon/custom-target.html): ``` error: target path "/tmp/cargo-outdated2acTI1/x86_64-custom.json" is not a valid file Caused by: No such file...