Skip to content

chore: Update Rust dependencies#56

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

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

Conversation

@lfrancke
Copy link
Copy Markdown
Member

@lfrancke lfrancke commented Mar 30, 2026

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
@lfrancke lfrancke moved this to Development: Waiting for Review in Stackable Engineering Mar 30, 2026
@lfrancke lfrancke enabled auto-merge March 30, 2026 09:17
@lfrancke lfrancke added this pull request to the merge queue Mar 30, 2026
@Techassi Techassi moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Mar 30, 2026
Merged via the queue into main with commit 5332094 Mar 30, 2026
10 checks passed
@lfrancke lfrancke deleted the chore/dependency-updates branch March 30, 2026 12:29
@Techassi Techassi moved this from Development: In Review to Development: Done in Stackable Engineering Mar 30, 2026
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants