build(deps): bump the cargo-dependencies group across 1 directory with 21 updates#930
Merged
thinkingfish merged 1 commit intoMay 17, 2026
Merged
Conversation
Rebased onto current main and ran cargo update (supersedes the original grouped lockfile bump, which was 4 commits stale and BLOCKED). Adds the per-PR alpha revision bump our convention requires. cargo build + dashboard/report-save tests pass. (Pre-existing clippy collapsible_if in src/mcp/anomaly_detection with local clippy 1.95 is unrelated and not touched here.)
7affaa8 to
8faac9b
Compare
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.
Rebased onto current
mainand re-rancargo update, since the original grouped lockfile bump was 4 commits stale and the PR was BLOCKED. This supersedes the original 21-package grouped update with a fresh resolve against the currentCargo.toml, and adds the per-PRCargo.tomlalpha-revision bump (5.13.1-alpha.10→-alpha.11) our workflow expects on every non-release PR.cargo build --bin rezolus✅cargo test -p dashboard -p report-save✅Note:
cargo clippy --all-targets -- -D warningstrips a pre-existingcollapsible_ifinsrc/mcp/anomaly_detection/mod.rs:134with local clippy 1.95 — present on pristinemaintoo, unrelated to the dependency bump, and intentionally not touched in a deps PR.🤖 Updated with Claude Code