Description
Duplicate Rust dependency versions can be listed from a Cargo project to help reduce build size and dependency complexity. It is useful for maintainers investigating why several versions of one crate are present.
This is dependency analysis tooling. Removing duplicates usually requires careful dependency updates, so review semver constraints and test the project after changes.