-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suggest
cmd can suggest same crate+version multiple times
#481
Comments
@repi Thanks for the report, would be good to get that fixed. Is it perhaps the case that (1) you have both If not, is there a way you could provide a minimized testcase? |
we have 2 wrt to
and also a single exemption (generated by
so this combination is probably what is causing it somehow. |
The patches in #483 should fix this duplication issue. I believe it is caused by that imported delta audit and generated exemption entry as you expected. |
thanks! |
For a few unaudited crates in our project running
cargo vet suggest
lists them multiple times even though they are the same version. Not a major issue though but just a bit odd so thought I should report it.example:
it also in some cases duplicates the same crate in the "used by", such has in
used by ndk, nix, nix, nix, png, ron, and 45 others
in the above, would have expected it to listnix
just once there.The text was updated successfully, but these errors were encountered: