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 hidden (Show)

cargo-outdated - v0.11.1

Published by Frederick888 over 2 years ago

v0.11.1 (2022-04-16)

Bug Fixes

  • Update cargo to v0.61.1, git2-curl to v0.15 (215ff0f5, closes #307)
cargo-outdated - v0.11.0

Published by kbknapp over 2 years ago

v0.11.0 (2022-03-02)

Improvements

  • CLI: Adds -e, --ignore-external-rel: Ignore relative dependencies external to workspace and check root dependencies only. (ffbb2493)
  • CLI: uses clap to parse command line (a0a06cdb)

Bug Fixes

  • remove non-json line when run in workspace mode. (9ae14d79, closes #299)
  • 285: Added switch ignore-external-rel to workaround issue 285 (ffbb2493)
cargo-outdated - v0.10.2

Published by kbknapp almost 3 years ago

Fixes Cargo.lock package version.

cargo-outdated - v0.10.1

Published by kbknapp almost 3 years ago

v0.10.1 (2021-11-16)

  • Fix acquiring package cache lock (d38926b)
cargo-outdated - 0.9.17

Published by deg4uss3r over 3 years ago

v0.9.17

cargo-outdated - 0.9.16

Published by deg4uss3r over 3 years ago

0.9.16

cargo-outdated - 0.9.15

Published by deg4uss3r over 3 years ago

0.9.15 release

cargo-outdated - v0.9.14

Published by deg4uss3r almost 4 years ago

Update cargo to 0.50, use vendered openssl option for MacOS

cargo-outdated - v0.9.13

Published by deg4uss3r almost 4 years ago

v0.9.13

cargo-outdated - v0.9.11

Published by deg4uss3r over 4 years ago

v0.9.11

cargo-outdated - v0.9.10

Published by deg4uss3r over 4 years ago

cargo-outdated - v0.9.9

Published by deg4uss3r over 4 years ago

This release adds the ability to respect $CARGO_HOME to build a cache for the dependencies.

cargo-outdated - v0.9.8

Published by deg4uss3r over 4 years ago

cargo-outdated - v0.9.7

Published by deg4uss3r over 4 years ago

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)
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