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 ]
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 ]
Alternatively—when you are using GitHub—you could automate version updates for your crate with dependabot.