Uprev cargo-vet CI job to use cargo-vet@0.10.2#681
Merged
RobertZ2011 merged 3 commits intoOpenDevicePartnership:v0.2.0from Jan 22, 2026
Merged
Uprev cargo-vet CI job to use cargo-vet@0.10.2#681RobertZ2011 merged 3 commits intoOpenDevicePartnership:v0.2.0from
RobertZ2011 merged 3 commits intoOpenDevicePartnership:v0.2.0from
Conversation
Cargo Vet Audit Passed
|
Contributor
|
Looks like we need to bump toolchain from 1.88 to at least 1.89? Maybe good to just bump it to latest? |
Contributor
Author
Yep, pushed it out with a |
kurtjd
approved these changes
Jan 22, 2026
Contributor
kurtjd
left a comment
There was a problem hiding this comment.
This is interesting. cargo-vet won't honor audits made by a different version of itself? How does it track this? Weird...
RobertZ2011
approved these changes
Jan 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The cargo-vet CI job is currently failing with 36 unvetted dependencies with a note
These audits may have been made with a more recent version of cargo-vet. Updating to the latest version of cargo-vet gets rid of these unvetted dependencies as it seems the vetting was done with cargo-vet@0.10.2. Why this is not a breaking minor change is beyond me.