Skip to content

chore(deps): refresh Cargo.lock to latest compatible versions#105

Merged
swlynch99 merged 1 commit into
mainfrom
claude/cargo-update-lockfile
Jun 9, 2026
Merged

chore(deps): refresh Cargo.lock to latest compatible versions#105
swlynch99 merged 1 commit into
mainfrom
claude/cargo-update-lockfile

Conversation

@swlynch99

Copy link
Copy Markdown
Contributor

What

Runs cargo update to bring transitive and direct dependencies up to the latest versions allowed by the existing manifest constraints. This is a lockfile-only change — no Cargo.toml edits and no semver-incompatible bumps.

Cargo.lock: 372 insertions, 391 deletions (~120 packages refreshed).

Notable refreshes

Crate From To
tokio 1.50.0 1.52.3
reqwest 0.13.2 0.13.4
wasmtime 45.0.0 45.0.1
toml 1.0.6 1.1.2
uuid 1.22.0 1.23.3
chrono 0.4.44 0.4.45
metrics 0.24.3 0.24.6
zerocopy 0.8.42 0.8.52

…plus log, pin-project, clap 4.6.0→4.6.1, aws-lc-rs/sys, hyper, h2, rayon, and others.

Verification

cargo check --workspace --all-features --locked passes (Finished in 3m18s). The full nextest suite requires a Postgres test DB, so that runs in CI.

Follow-ups (separate PRs)

This is the safe lockfile-refresh portion. The semver-incompatible bumps that need manifest edits + code changes will come as individual PRs: sqlx 0.8→0.9, ctor 0.6→1.0, ipnetwork 0.20→0.21, tabled 0.20→0.21, sha2 0.10→0.11, wasmparser 0.227→0.251, wit-bindgen 0.57→0.58.

https://claude.ai/code/session_01KN3PaeQ1pFq1B3uReMqHjp


Generated by Claude Code

Run `cargo update` to bring transitive and direct dependencies up to the
latest versions allowed by the existing manifest constraints. No Cargo.toml
changes and no semver-incompatible bumps.

Notable refreshes:
- tokio 1.50.0 -> 1.52.3
- reqwest 0.13.2 -> 0.13.4
- wasmtime 45.0.0 -> 45.0.1
- toml 1.0.6 -> 1.1.2
- uuid 1.22.0 -> 1.23.3
- chrono 0.4.44 -> 0.4.45
- metrics 0.24.3 -> 0.24.6
- zerocopy 0.8.42 -> 0.8.52

Verified with `cargo check --workspace --all-features --locked`.

https://claude.ai/code/session_01KN3PaeQ1pFq1B3uReMqHjp
@swlynch99 swlynch99 merged commit 91e52d2 into main Jun 9, 2026
7 checks passed
@swlynch99 swlynch99 deleted the claude/cargo-update-lockfile branch June 9, 2026 23:36
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.

2 participants