chore: upgrade deps - #33
Open
tomverelst wants to merge 4 commits into
Open
Conversation
tomverelst
force-pushed
the
chore/upgrade-deps
branch
from
July 8, 2026 06:41
58916b9 to
501d71c
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
Incremental dependency upgrades, one commit per direct dependency (each independently bisectable/revertable). Verified with
cargo build --all-targetsandcargo test(Kafka integration tests via testcontainers) against the current toolchain (Rust 1.94.0).Landed so far (semver-compatible,
Cargo.lockonly):libc0.2.176 → 0.2.186tokio1.47.1 → 1.52.3 (drops theio-uring/backtracechain; pullsmio,socket2)tracing0.1.41 → 0.1.44tracing-subscriber0.3.20 → 0.3.23Remaining (to follow on this branch): compatible bumps for thiserror, csv, futures, strum, pin-project, regex, clap, comfy-table, anyhow, tempfile, serial_test; a batched transitive-churn commit; and major bumps
itertools0.14 → 0.15 andtestcontainers0.26 → 0.27.Test plan
cargo build --all-targetsclean after each commitcargo testgreen after the runtime-sensitivetokiobump (53 tests pass)cargo fmt --all -- --checkcleancargo testafter the remaining compatible batch and each major bump