-
Notifications
You must be signed in to change notification settings - Fork 85
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
Deterministically order versions in duplicate reports #384
Labels
enhancement
New feature or request
Comments
FWIW, I'm still seeing this issue even with 0.11.4:
spin 0.5 appears before spin 0.9, but sha-1 0.10.0 appears before sha-1 0.8.2 in the dependency trees. It seems to be consistent only for the header thingy. |
Oh thanks, probably should have added a test on top of the PR, my bad. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When reviewing duplicate dependencies as reported by cargo deny, I'd like it if there was a consistent ordering. For example, I currently get this output:
Note that strsim v0.10.0 is shown before strsim v0.8.0 while tokio-rustls v0.22.0 is shown before tokio-rustls v0.23.1. I'm not sure that it matters much what the order is, but it would be nicer to process these reports if the order was consistent.
The text was updated successfully, but these errors were encountered: