Bump embassy-sync from 0.7.2 to 0.8.0#89
Bump embassy-sync from 0.7.2 to 0.8.0#89bramsdell-ms wants to merge 1 commit intoOpenDevicePartnership:mainfrom
Conversation
Update embassy-sync dependency to version 0.8.0 to align with workspaces that have moved to the latest embassy ecosystem. No API changes required - RawMutex, Mutex, Signal all retain the same interface. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Cargo Vet Audit Failed
If the unvetted dependencies are not neededPlease modify Cargo.toml file to avoid including the dependencies. If the unvetted dependencies are neededPost a new comment with the questionnaire below to the PR to help the auditors vet the dependencies. Copy and paste the questionnaire as a new comment and provide your answers:1. What crates (with version) need to be audited? 2. How many of the crates are version updates vs new dependencies? 3. To confirm none of the already included crates serve your needs, please provide a brief description of the purpose of the new crates. 4. Any extra notes to the auditors to help with their audits. |
|
v0.8.0 of embassy-sync doesn't appear to be published on crates.io yet, so this PR can't really be merged until that is the case. |
asasine
left a comment
There was a problem hiding this comment.
Need to update the lock file too.
On the embassy matrix chat, it seems like the embassy team is still waiting on an executor change before release 0.8.0. So we might want to hold off until that happen to do a full upgrade: https://matrix.to/#/!YoLPkieCYHGzdjUhOK:matrix.org/$WEtwQawscVmxg6xzNj0iN68Nm5qwrSPpl_PRisM8WbE?via=matrix.org&via=mozilla.org&via=beeper.com |
Update embassy-sync dependency to version 0.8.0 to align with workspaces that have moved to the latest embassy ecosystem. No API changes required - RawMutex, Mutex, Signal all retain the same interface.
I have a corresponding PR for embedded-services