chore(deps): cargo update — refresh lockfile, supersede Dependabot #3 and #4#16
Merged
Conversation
…tible Mechanical refresh covering 180+ transitive bumps. Notable highlights: - bytes 1.7.2 -> 1.11.1 (transitive via iced_core): includes a fix for an integer overflow in `BytesMut::reserve` that originated from a security advisory — this also supersedes the 30-day-old Dependabot PR #3. - rand 0.8.5 -> 0.8.6 (transitive): backport patch from 0.10 line. Supersedes Dependabot PR #4. - async-io 2.3.4 -> 2.6.0 (direct dep used by our timer + io flush). - serde 1.0.210 -> 1.0.228, serde_json 1.0.128 -> 1.0.149. - serialport 4.7.1 -> 4.9.0. - rfd 0.15.0 -> 0.15.4. Major-version bumps held back for a follow-up: iced 0.14, iced_aw 0.14, iced_fonts 0.3, directories 6, sysinfo 0.38 — each requires code changes. `cargo build --release --locked` and `cargo test --release --locked` both green locally.
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Apr 28, 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.
Summary
Mechanical
cargo updatecovering all semver-compatible bumps that have accumulated. TouchesCargo.lockonly — noCargo.tomlchanges.Notable bumps
BytesMut::reserve(security-relevant). Supersedes #3.Timerfor non-blocking sleeps and the OpenOCD polling loop.About 180 transitive crates updated overall.
Held back for follow-up PRs
Major-version bumps that need code changes — out of scope for a lockfile refresh:
Test plan
cargo build --release --lockedgreen locally on Linux.cargo test --release --lockedgreen (4 tests pass).Cleanup after merge
Close Dependabot PRs #3 and #4 with a "superseded by #16" comment.