chore(deps): refresh Cargo.lock to latest compatible versions#105
Merged
Conversation
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
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.
What
Runs
cargo updateto bring transitive and direct dependencies up to the latest versions allowed by the existing manifest constraints. This is a lockfile-only change — noCargo.tomledits and no semver-incompatible bumps.Cargo.lock: 372 insertions, 391 deletions (~120 packages refreshed).Notable refreshes
…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 --lockedpasses (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