fix(deps): bump yanked spin 0.9.8/0.10.0 to 0.9.9/0.10.1 - #6294
Merged
Conversation
bug-ops
enabled auto-merge (squash)
July 14, 2026 18:59
cargo audit and cargo deny both flagged spin as yanked at two transitively-pinned versions: 0.9.8 (via flume -> sqlx-sqlite -> sqlx) and 0.10.0 (via pprof, bench feature). Both have non-yanked patch releases already within the existing semver ranges, so no Cargo.toml changes are needed. Closes #6249
bug-ops
force-pushed
the
fix/6249-yanked-spin-deps
branch
from
July 14, 2026 19:05
e817800 to
74a14ce
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.
Summary
cargo audit/cargo deny check advisoriesflagged the transitively-pinnedspincrate as yanked at two versions inCargo.lock:0.9.8(viaflume 0.12.0->sqlx-sqlite 0.9.0->sqlx 0.9.0) and0.10.0(viapprof 0.15.0,benchfeature).0.9.9and0.10.1), so this is aCargo.lock-only bump viacargo update -p spin@X --precise Y— noCargo.tomlchanges.Closes #6249
Test plan
cargo deny check --config .github/deny.toml advisories->advisories ok, yanked warning gonecargo audit-> 0 vulnerabilities, no spin/yanked matchescargo nextest run --config-file .github/nextest.toml --workspace --features "desktop,ide,server,chat,pdf,scheduler" --lib --bins-> 13692 passed, 0 failedcargo test --doc --workspace --features "desktop,ide,server,chat,pdf,scheduler"-> 0 failedcargo check --workspace --all-targets --features bench-> clean (bench feature is the only path tospin 0.10.xviapprof)cargo +nightly fmt --check,cargo clippy --profile ci --workspace --all-targets --features "desktop,ide,server,chat,pdf,scheduler,testing" -- -D warnings, rustdoc gate -> all cleangit diffscoped to exactly the twospinpackage blocks + dependents' inline pin refs, plus a CHANGELOG.md entry; noCargo.tomltouched