Description
Reports which Rust dependencies have newer versions available. It helps developers plan updates, understand version drift, and keep Cargo projects maintained.
Use it before dependency update work. Newer versions may introduce breaking changes or different feature defaults, so review changelogs and run tests after updating.