kbknapp/cargo-outdated
A cargo subcommand for displaying when Rust dependencies are out of date observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 86
- Release rhythm 55
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 168
- age_days: 4049
- days_rel: 141
- days_push: 84
- n_releases_24m: 4
Adoption not part of the score
1415 stars · 108 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cargo-outdated is a cargo subcommand that displays when Rust dependencies have newer versions available. It builds a temporary workspace, runs cargo update against it, and compares the resulting dependency tree with the original to report SemVer-compatible and latest versions.
Use cases
- check which rust dependencies are out of date
- find newer versions of crates in my cargo project
- list semver-compatible dependency upgrades
- audit outdated dependencies in a rust workspace
- see latest available versions of direct and transitive dependencies
When to choose
- you maintain a Rust project and want a quick report of outdated dependencies
- you want to distinguish SemVer-compatible upgrades from latest-version upgrades
- you prefer a cargo-native CLI workflow
When to avoid
- you want automated dependency updates rather than a report (use cargo-edit or renovate)
- you need license or security vulnerability auditing (use cargo-audit or cargo-deny)
Facets
cli-tool · maturity active
cli developer-tools dependency-audit developer-tools version-control cli cross-platform windows cargo-subcommand rust dependencies semver package-management command-line linux macos
2 sources
- readme: https://github.com/kbknapp/cargo-outdated · fetched 2026-08-28 · 7b3c10b1a627
- registry_crates: https://crates.io/api/v1/crates/cargo-outdated · fetched 2026-08-29 · cee1ba2c4751
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kbknapp/cargo-outdated | main | 78 |
For agents
markdown · JSON · MCP: product_card(name="kbknapp/cargo-outdated")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem