Skip to content

Update to ddv2 - #4

Merged
felipebalbi merged 3 commits into
OpenDevicePartnership:mainfrom
diondokter:device-driver-v2
Sep 1, 2026
Merged

Update to ddv2#4
felipebalbi merged 3 commits into
OpenDevicePartnership:mainfrom
diondokter:device-driver-v2

Conversation

@diondokter

Copy link
Copy Markdown
Member

No description provided.

@github-actions

github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown

Cargo Vet Audit Passed

cargo vet has passed in this PR. No new unvetted dependencies were found.

@diondokter
diondokter marked this pull request as ready for review August 26, 2026 10:29
@diondokter
diondokter requested a review from a team as a code owner August 26, 2026 10:29
@jerrysxie jerrysxie added this to EC Aug 26, 2026
@jerrysxie jerrysxie moved this to In Progress in EC Aug 26, 2026
felipebalbi
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.
@felipebalbi

Copy link
Copy Markdown
Contributor

Vetted

@felipebalbi
felipebalbi merged commit 7f4a855 into OpenDevicePartnership:main Sep 1, 2026
13 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in EC Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants