cargo-outdated

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

MIT License

Downloads
10
Stars
1.2K
Committers
59

Bot releases are visible (Hide)

cargo-outdated - v0.9.5

Published by deg4uss3r over 4 years ago

This release matches 0.9.5 on crates.io

cargo-outdated - Edition 2018 compatibility

Published by kornelski almost 6 years ago

cargo-outdated -

Published by Frederick888 almost 7 years ago

v0.7.0 (2017-11-23)

Bug Fixes

  • Treats optional dependencies as features as well (closes #100, f67634f)
  • Filters yanked packages out from candidates (closes #101, c42a4ef)
  • Rewrites the algorithm of dependency tree comparison (closes #105, 5cd414a)

Improvements

Documentation

  • Adds crates.io version badge to readme (7e64221)
  • Removes dependency graph from readme (3792687)
cargo-outdated -

Published by Frederick888 almost 7 years ago

v0.6.2 (2017-10-28)

Bug Fixes

  • Replaces relative paths with absolute ones in latest manifests (closes #96, ec431cd)
cargo-outdated -

Published by Frederick888 almost 7 years ago

v0.6.1 (2017-10-25)

Bug Fixes

  • Fixes --exit-code, --color (upstream) (closes #63, 4d4b6a8)
  • Calls Source::update() on non-default sources before Registry::query() (closes #91, 9e7b774)

Performance

  • Replaces format!() with Path.join() (closes #73, 4d28c02)

Tests

  • Runs Travis CI only on master to avoid redundant builds
cargo-outdated -

Published by Frederick888 about 7 years ago

v0.6.0 (2017-10-21)

Improvements

  • Queries crates.io API for new versions with a channel-aware policy for latest ones (can be ignored by --aggressive) (closes #75, 7d57929)

Bug Fixes

  • Queries crates.io API for feature changes to avoid "Package does not have these features" errors and warns user of obsolete features (can be suppressed by --quiet) (closes #84, 7d57929)

Documentation

  • Updates dependency graph in README.md (closes #86, cf773eb)

Others

  • Updates cargo to 0.22.0 (29ce666)
cargo-outdated -

Published by Frederick888 about 7 years ago

v0.5.3 (2017-10-10)

Improvements

  • Provides --workspace flag to enforce workspace mode so that it can loop through workspace members even if it's not executed against a virtual manifest (closes #81, f690a7a)
cargo-outdated -

Published by Frederick888 about 7 years ago

v0.5.2 (2017-10-06)

Documentation

  • Briefly explains how cargo-outdated works in README.md (8c35c61)

Features

  • Loops through all workspace members if executed against a virtual manifest (closes #58, cd36aed)

Bug Fixes

  • Fixes missing dependency issue for debug build (closes #77, c82e928)

Tests

  • Debug build is now part of CI (05ada44)
cargo-outdated -

Published by Frederick888 about 7 years ago

v0.5.1 (2017-09-23)

Documentation

  • Fixes a typo (38e37c6, thanks @waywardmonkeys)

Improvements

  • Enables --all-features by default (closes #57, f24c3a6)
  • Prints a dashed line under the table header (b076bb1, thanks @waywardmonkeys)

Bug Fixes

  • Correctly shows error messages (closes #60, daab865)
  • Excludes default features if not explicitly specified by user (closes #69, 7074fc8)
cargo-outdated -

Published by Frederick888 about 7 years ago

v0.5.0 (2017-09-18)

Refactoring

Improvements

  • Replaces RM with Removed (closes #46)
  • Adds Kind, Platform in output

Features

  • Supports cargo workspaces (closes #28)
  • Supports embedded dependencies (fixes #50)
  • Supports build/development/target-specific dependencies (closes #20, fixes #49)
  • Adds --all-features, --features, --no-default-features
cargo-outdated -

Published by kbknapp almost 8 years ago

v0.3.0 (2016-12-05)

Features

  • adds a --manifest-path and --lockfile-path to allow use with other projects (5f886d27, closes #29)

v0.2.0

  • Exit Codes: adds feature for custom exit code on new vers (61c8bb9b, closes #23)

Improvements

cargo-outdated -

Published by kbknapp almost 9 years ago

v0.1.3 (2015-11-14)

Documentation

  • adds demo (c2192aac)
  • updates readme with cargo install instructions (e936a454)

Bug Fixes

  • fixes build error on windows due to upstream dep (af4e1a70)
cargo-outdated -

Published by kbknapp almost 9 years ago

v0.1.1 (2015-11-04)

Documentation

Improvements

  • various fixes from clippy run (b8b633fc)
cargo-outdated -

Published by kbknapp almost 9 years ago

Package Rankings
Top 10.24% on Alpine-v3.15
Top 5.26% on Alpine-v3.18
Top 10.92% on Alpine-v3.16
Top 6.19% on Alpine-edge
Top 27.11% on Formulae.brew.sh
Top 10.12% on Crates.io
Top 11.8% on Alpine-v3.17
Badges
Extracted from project README
Join the chat at https://gitter.im/kbknapp/cargo-outdated crates.io Build Status