Update embassy and other dependencies#54
Merged
Merged
Conversation
A pty constructor should have generic &str arguments in future.
romfw is for cyw43 so doesn't make sense with w5500.
No changes in versions
Flush is unimplemented. If it were really needed it could perhaps be plumbed through the sunset channel handling.
Copied from embassy tag cyw43-v0.7.0/embassy-rp-v0.10.0 * 2023-08-21: synced with `a1dc885` - Update 43439 fw + clm to come from `wb43439A0_7_95_49_00_combined.h` + add Bluetooth firmware nvram_rp2040.bin is newly added, generated by embassy
Will be required by embassy-rp
embassy-net 0.9 embassy-time 0.5 embassy-executor 0.10 cyw43 0.7.0 cyw43-pio 0.10.0 embassy-net-wiznet 0.3.0 embassy-rp = 0.10 embassy-usb-driver = 0.2 embassy-usb = 0.6 This required various changes to peripheral passing in picow, embassy using Peri<> now. caprand is updated to 0.3 to match embassy-rp. In picow a helper for getrandom 0.2 is implemented since we're staying on getrandom 0.2 until dalek crates are released.
These build dependencies are no longer being updated upstream so fix them at their final versions.
arbitrary crate is left unchanged, some problem with the derive feature.
Contributor
|
Minor issue: paste is unmaintained and RUSTSEC tooling recommends "pastey" instead. |
Owner
Author
Yeah, I disagree with that RUSTSEC advisory, it's just wasting people's time. |
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.
This updates embassy crates to the latest releases.
A "cargo update" updates the lockfile for minor releases of most other crates, along with a few major version bumps where they were easy.
crypto and rand crate versions are left alone until all of them have had full releases (dalek in particular)