Checking for non-latest versions

Is there a quick way to check the dependencies for a crate to see where the latest versions are not being used ( due to a bump in the major version for a crate )?

[ I don't think so, was just wondering if I have missed something ]

https://crates.io/crates/cargo-outdated

2 Likes

Alternatively—when you are using GitHub—you could automate version updates for your crate with dependabot.