Skip to content

fix(deps): bump yanked spin 0.9.8/0.10.0 to 0.9.9/0.10.1 - #6294

Merged
bug-ops merged 1 commit into
mainfrom
fix/6249-yanked-spin-deps
Jul 14, 2026
Merged

fix(deps): bump yanked spin 0.9.8/0.10.0 to 0.9.9/0.10.1#6294
bug-ops merged 1 commit into
mainfrom
fix/6249-yanked-spin-deps

Conversation

@bug-ops

@bug-ops bug-ops commented Jul 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • cargo audit / cargo deny check advisories flagged the transitively-pinned spin crate as yanked at two versions in Cargo.lock: 0.9.8 (via flume 0.12.0 -> sqlx-sqlite 0.9.0 -> sqlx 0.9.0) and 0.10.0 (via pprof 0.15.0, bench feature).
  • Both have non-yanked patch releases already within the existing semver ranges (0.9.9 and 0.10.1), so this is a Cargo.lock-only bump via cargo update -p spin@X --precise Y — no Cargo.toml changes.

Closes #6249

Test plan

  • cargo deny check --config .github/deny.toml advisories -> advisories ok, yanked warning gone
  • cargo audit -> 0 vulnerabilities, no spin/yanked matches
  • cargo nextest run --config-file .github/nextest.toml --workspace --features "desktop,ide,server,chat,pdf,scheduler" --lib --bins -> 13692 passed, 0 failed
  • cargo test --doc --workspace --features "desktop,ide,server,chat,pdf,scheduler" -> 0 failed
  • cargo check --workspace --all-targets --features bench -> clean (bench feature is the only path to spin 0.10.x via pprof)
  • cargo +nightly fmt --check, cargo clippy --profile ci --workspace --all-targets --features "desktop,ide,server,chat,pdf,scheduler,testing" -- -D warnings, rustdoc gate -> all clean
  • git diff scoped to exactly the two spin package blocks + dependents' inline pin refs, plus a CHANGELOG.md entry; no Cargo.toml touched

@github-actions github-actions Bot added bug Something isn't working size/S Small PR (11-50 lines) documentation Improvements or additions to documentation rust Rust code changes dependencies Dependency updates labels Jul 14, 2026
@bug-ops
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
bug-ops force-pushed the fix/6249-yanked-spin-deps branch from e817800 to 74a14ce Compare July 14, 2026 19:05
@bug-ops
bug-ops merged commit 8e50ded into main Jul 14, 2026
43 checks passed
@bug-ops
bug-ops deleted the fix/6249-yanked-spin-deps branch July 14, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Dependency updates documentation Improvements or additions to documentation rust Rust code changes size/S Small PR (11-50 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cargo.lock pins yanked spin 0.9.8/0.10.0 via sqlx-sqlite and pprof (bench feature)

1 participant