Skip to content

chore: update dependencies - #2213

Merged
josecelano merged 1 commit into
torrust:developfrom
josecelano:20260914-170208-update-dependencies
Sep 14, 2026
Merged

josecelano merged 1 commit into
torrust:developfrom
josecelano:20260914-170208-update-dependencies

Conversation

@josecelano

Copy link
Copy Markdown
Member

Summary

Updated the workspace lockfile to the latest releases compatible with Rust 1.88. No breaking-change rework was required.

Files/packages touched

  • Cargo.lock

Validation

  • cargo machete (direct invocation reported two known false positives; the required cargo machete --with-metadata check passed within the pre-commit gate.)
  • ./contrib/dev-tools/git/hooks/pre-commit.sh --format=json

cargo update output

    Updating crates.io index
     Locking 15 packages to latest Rust 1.88 compatible versions
    Updating async-compression v0.4.46 -> v0.4.47
    Updating cc v1.4.5 -> v1.4.6
    Updating compression-codecs v0.4.41 -> v0.4.42
    Updating crc32fast v1.5.1 -> v1.5.2
    Updating jiff v0.2.35 -> v0.2.37
    Updating jiff-core v0.1.0 -> v0.1.1
    Updating jiff-static v0.2.35 -> v0.2.37
    Updating libredox v0.1.23 -> v0.1.24
    Updating lru-slab v0.1.2 -> v0.1.3
    Updating quinn v0.11.11 -> v0.11.12
    Updating quinn-proto v0.11.17 -> v0.11.18
    Updating ringbuf v0.5.1 -> v0.5.2
    Updating rustls v0.23.44 -> v0.23.45
    Updating smallvec v1.16.0 -> v1.16.1
    Updating tinyvec v1.13.2 -> v1.13.3
    Removing tinyvec_macros v0.1.1
note: pass `--verbose` to see 10 unchanged dependencies behind latest

Copilot AI lite review requested due to automatic review settings September 14, 2026 16:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.30%. Comparing base (6eeec3e) to head (6236cff).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2213      +/-   ##
===========================================
- Coverage    85.50%   85.30%   -0.20%     
===========================================
  Files          353      353              
  Lines        31240    31240              
  Branches     31240    31240              
===========================================
- Hits         26711    26650      -61     
- Misses        4153     4204      +51     
- Partials       376      386      +10     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

    Updating crates.io index
     Locking 15 packages to latest Rust 1.88 compatible versions
    Updating async-compression v0.4.46 -> v0.4.47
    Updating cc v1.4.5 -> v1.4.6
    Updating compression-codecs v0.4.41 -> v0.4.42
    Updating crc32fast v1.5.1 -> v1.5.2
    Updating jiff v0.2.35 -> v0.2.37
    Updating jiff-core v0.1.0 -> v0.1.1
    Updating jiff-static v0.2.35 -> v0.2.37
    Updating libredox v0.1.23 -> v0.1.24
    Updating lru-slab v0.1.2 -> v0.1.3
    Updating quinn v0.11.11 -> v0.11.12
    Updating quinn-proto v0.11.17 -> v0.11.18
    Updating ringbuf v0.5.1 -> v0.5.2
    Updating rustls v0.23.44 -> v0.23.45
    Updating smallvec v1.16.0 -> v1.16.1
    Updating tinyvec v1.13.2 -> v1.13.3
    Removing tinyvec_macros v0.1.1
note: pass `--verbose` to see 10 unchanged dependencies behind latest
@josecelano
josecelano force-pushed the 20260914-170208-update-dependencies branch from 32c96be to 6236cff Compare September 14, 2026 17:24
@josecelano

Copy link
Copy Markdown
Member Author

ACK 6236cff

@josecelano
josecelano merged commit 6c0e65d into torrust:develop Sep 14, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants