Skip to content

deps: refresh transitive lockfile dependencies (MSRV-aware) - #181

Merged
FunKite merged 1 commit into
mainfrom
maintenance/lockfile-refresh-2026-09-22
Sep 22, 2026
Merged

FunKite merged 1 commit into
mainfrom
maintenance/lockfile-refresh-2026-09-22

Conversation

@FunKite

@FunKite FunKite commented Sep 22, 2026

Copy link
Copy Markdown
Owner

Description

The informational Outdated Dependencies job lists many semver-compatible transitive updates that Dependabot's grouped direct-dependency PRs never reach. This refreshes Cargo.lock with cargo update under CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback. The crate uses edition 2021 (resolver v2), which otherwise ignores rust-version, so the fallback setting is what keeps every locked crate compatible with the 1.90 MSRV.

Changes Made

  • Cargo.lock: 109 packages updated. Highlights: wgpu-core/wgpu-hal/wgpu-types/naga 30.0.0 → 30.0.1, rand 0.9.5 / 0.10.3, regex 1.13, uuid 1.26, tempfile 3.27. Duplicate windows-sys/windows-targets versions are collapsed.
  • CHANGELOG.md: [Unreleased] entry targeting 0.5.9.
  • Cargo.toml is unchanged, with no public API or feature-flag impact.

Testing

  • ./scripts/safe_local_test.sh --allow-network: 149 tests and 22 doctests passed (slow ESDF test skipped by default).
  • cargo clippy --locked --all-targets --all-features -- -D warnings and cargo fmt --check are clean.
  • cargo deny check bans licenses sources passes. Local advisory parsing hits the known CVSS 4.0 limitation, so the hosted Cargo Deny/audit checks are authoritative.
  • cargo audit finds no vulnerabilities; only the known paste unmaintained warning remains.
  • The MSRV 1.90 job in CI verifies compiler compatibility.

🤖 Generated with Claude Code

Semver-compatible cargo update of transitive crates that Dependabot's
direct-dependency groups do not cover, resolved against rust-version
1.90. Cargo.toml unchanged.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-22T17:44:07.967657Z 30d8e76 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@FunKite
FunKite merged commit 373745d into main Sep 22, 2026
26 checks passed
@FunKite
FunKite deleted the maintenance/lockfile-refresh-2026-09-22 branch September 22, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant