Skip to content

update: Upgrade Cargo dependencies to latest compatible versions#176

Merged
inureyes merged 1 commit into
mainfrom
update/cargo-deps-latest
Apr 13, 2026
Merged

update: Upgrade Cargo dependencies to latest compatible versions#176
inureyes merged 1 commit into
mainfrom
update/cargo-deps-latest

Conversation

@inureyes
Copy link
Copy Markdown
Member

Summary

Runs `cargo update` and bumps direct-dep floors in `Cargo.toml`:

  • tokio 1.50.0 → 1.51.1
  • signal-hook 0.4.3 → 0.4.4
  • fastrand 2.3.0 → 2.4.1

All other transitive updates picked up via `Cargo.lock` refresh (socket2 0.6.1 → 0.6.3, bytes 1.11.0 → 1.11.1, async-compression, zerocopy, time, wasm-bindgen, etc.).

`rand` 0.8 → 0.10 is a breaking API change (`rand::thread_rng` was removed in 0.9) and is deferred to a dedicated migration.

Test plan

  • `cargo build` clean
  • `cargo clippy --all-targets` clean

Runs 'cargo update' and bumps direct-dep floors in Cargo.toml:
- tokio 1.50.0 -> 1.51.1
- signal-hook 0.4.3 -> 0.4.4
- fastrand 2.3.0 -> 2.4.1

All other transitive updates picked up via Cargo.lock refresh
(socket2 0.6.1 -> 0.6.3, bytes 1.11.0 -> 1.11.1, etc).

rand 0.8 -> 0.10 is a breaking API change (rand::thread_rng was
removed); deferred to a dedicated migration.
@inureyes inureyes added the type:dependency Dependency updates label Apr 13, 2026
@inureyes inureyes merged commit 9c0dda7 into main Apr 13, 2026
2 checks passed
@inureyes inureyes deleted the update/cargo-deps-latest branch April 13, 2026 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependency Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant