🍺 BREW Explorer

← all formulae

cargo-outdated

brew install cargo-outdated v0.19.0 MIT

Cargo subcommand for displaying when Rust dependencies are out of date

201
30-day installs · #2608
346
90-day · #3329
814
365-day · #4170
1.4k
★ GitHub stars · updated 2mo ago

Runtime dependencies

Build dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "pkgconf",
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "libgit2",
    "openssl@3"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Cargo subcommand for displaying when Rust dependencies are out of date",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:09+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "cargo-outdated",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-10T19:27:56Z",
  "github_readme_excerpt": "# cargo-outdated\n\n[![Join the chat at https://gitter.im/kbknapp/cargo-outdated](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/kbknapp/cargo-outdated?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge) [![crates.io](https://img.shields.io/crates/v/cargo-outdated.svg)](https://crates.io/crates/cargo-outdated)\nLinux: [![Build Status](https://travis-ci.org/kbknapp/cargo-outdated.svg?branch=master)](https://travis-ci.org/kbknapp/cargo-outdated)\n\nA cargo subcommand for displaying when Rust dependencies are out of date\n\n## About\n\n`cargo-outdated` is for displaying when dependencies have newer versions available.\n\n## How it works\n\nThe functionality of `cargo-outdated` largely depends on the `cargo` builtin command `cargo update`.\n\nTo retrieve the list of available SemVer compatible dependencies, `cargo-outdated` firstly creates a temporary workspace, then executes `cargo update` against it, finally compares the temporary dependency tree with the original one.\n\nSimilarly, to check the latest dependencies, `cargo-outdated` replaces the SemVer requirements of *direct* dependencies with wildcards then goes through the same process.\n\n## Demo\n\nOnce installed (see below) running `cargo outdated` in a project directory looks like the following:\n\n```text\n$ cargo outdated\nName             Project  Compat  Latest   Kind         Platform\n----             -------  ------  ------   ----         --------\nclap             2.20.0   2.20.5  2.26.0   Normal       ---\nclap-\u003ebitflags   0.7.0    ---     0.9.1    Normal       ---\nclap-\u003elibc       0.2.18   0.2.29  Removed  Normal       ---\nclap-\u003eterm_size  0.2.1    0.2.3   0.3.0    Normal       ---\nclap-\u003evec_map    0.6.0    ---     0.8.0    Normal       ---\nnum_cpus         1.6.0    ---     1.6.2    Development  ---\nnum_cpus-\u003elibc   0.2.18   0.2.29  0.2.29   Normal       ---\npkg-config       0.3.8    0.3.9   0.3.9    Build        ---\nterm             0.4.5    ---     0.4.6    Normal       ---\nterm_size-\u003elibc  ",
  "github_repo": "kbknapp/cargo-outdated",
  "github_stars": 1406,
  "github_topics": [],
  "homepage": "https://github.com/kbknapp/cargo-outdated",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 201,
  "installs_365d": 814,
  "installs_90d": 346,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "cargo-outdated",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 2608,
  "rank_365d": 4170,
  "rank_90d": 3329,
  "raw_hash": "11c2d88241aae18c",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/cargo-outdated.rb",
  "tap": "homebrew/core",
  "test_dependencies": [
    "rustup"
  ],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.19.0",
  "versioned_formulae": [],
  "why_use_this": null
}