Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

chore: Update Rust dependencies - #56

Merged
lfrancke merged 1 commit into
mainfrom
chore/dependency-updates
Mar 30, 2026
Merged

chore: Update Rust dependencies#56
lfrancke merged 1 commit into
mainfrom
chore/dependency-updates

Conversation

@lfrancke

@lfranckelfrancke commented Mar 30, 2026

Copy link
Copy Markdown
Member

Summary

My other PR #55 doesn't build due to outdated dependencies.
This should be merged first.

  • Run cargo update to bump all compatible dependencies
  • Fixes cargo deny check failure from rustls-webpki advisory (0.103.9 -> 0.103.10)
  • All direct dependencies are at latest compatible versions (cargo outdated -R reports clean)

Notable updates: clap 4.6.0 (only MSRV update, nothing interesting), sysinfo 0.38.4, zerocopy 0.8.48, mio 1.2.0, tracing-subscriber 0.3.23

Test plan

  • cargo test --all-features passes
  • cargo clippy with RUSTFLAGS="-D warnings" passes
  • cargo deny check passes

Notable updates:
- rustls-webpki 0.103.9 -> 0.103.10 (fixes cargo-deny advisory)
- clap 4.5.60 -> 4.6.0
- sysinfo 0.38.3 -> 0.38.4
- zerocopy 0.8.41 -> 0.8.48
- tokio/tracing ecosystem patch updates
@lfranckelfrancke moved this to Development: Waiting for Review in Stackable EngineeringMar 30, 2026
@lfranckelfrancke mentioned this pull request Mar 30, 2026
3 tasks
@lfrancke
lfrancke enabled auto-merge March 30, 2026 09:17
@lfrancke
lfrancke added this pull request to the merge queueMar 30, 2026
@TechassiTechassi moved this from Development: Waiting for Review to Development: In Review in Stackable EngineeringMar 30, 2026
Merged via the queue into main with commit 5332094Mar 30, 2026
10 checks passed
@lfrancke
lfrancke deleted the chore/dependency-updates branch March 30, 2026 12:29
@TechassiTechassi moved this from Development: In Review to Development: Done in Stackable EngineeringMar 30, 2026
@lfranckelfrancke moved this from Development: Done to Done in Stackable EngineeringApr 9, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants

@lfrancke@Techassi