Update to ddv2 - #4
Merged
felipebalbi merged 3 commits intoSep 1, 2026
Merged
Conversation
Cargo Vet Audit Passed
|
diondokter
marked this pull request as ready for review
August 26, 2026 10:29
diondokter
requested review from
kat-perez,
maxperga-msft,
philgweber and
rogurr
August 26, 2026 10:29
felipebalbi
previously approved these changes
Aug 28, 2026
The device-driver v2 upgrade left five crates reported as unvetted: defmt 1.1.1, defmt-macros 1.1.1, device-driver 2.1.0, embedded-io 0.7.1 and embedded-io-async 0.7.0. None of them need a new audit. device-driver 2.1.0 was published by diondokter (user-id 85562), whom the existing [[trusted.device-driver]] entry already covers; imports.lock had merely cached the publisher record for 1.0.8, and CI runs `cargo vet --locked`, which cannot refresh it. The remaining four are already audited in sibling ODP repositories and resolve once the imports are aggregated. Refreshing imports.lock also makes seven exemptions redundant, so drop them with `cargo vet prune`; only embedded-sensors-hal-async remains. Pin cargo-vet to 0.10.2. 0.10.1 cannot resolve device-driver's crates.io publisher and reports it as UNKNOWN, leaving it unable to regenerate imports.lock even though it does accept the result under --locked. It also silently discards 80 audits imported from bytecode-alliance as being too new. Both versions pass `cargo vet --locked` against a cold metadata cache, so the pin can be reverted without reopening the failure.
Contributor
|
Vetted |
tullom
approved these changes
Sep 1, 2026
felipebalbi
approved these changes
Sep 1, 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.
No description provided.