Skip to content

chore(deps): update dependencies#1658

Merged
josecelano merged 3 commits intotorrust:developfrom
josecelano:update-dependencies
Mar 3, 2026
Merged

chore(deps): update dependencies#1658
josecelano merged 3 commits intotorrust:developfrom
josecelano:update-dependencies

Conversation

@josecelano
Copy link
Member

cargo update
    Updating crates.io index
     Locking 35 packages to latest compatible versions
    Updating async-compression v0.4.40 -> v0.4.41
    Updating aws-lc-rs v1.16.0 -> v1.16.1
    Updating aws-lc-sys v0.37.1 -> v0.38.0
    Updating chrono v0.4.43 -> v0.4.44
    Updating deranged v0.5.6 -> v0.5.8
    Updating derive_utils v0.15.0 -> v0.15.1
    Updating io-enum v1.2.0 -> v1.2.1
    Updating ipnet v2.11.0 -> v2.12.0
    Updating js-sys v0.3.85 -> v0.3.91
    Updating libredox v0.1.12 -> v0.1.14
    Updating libz-sys v1.1.23 -> v1.1.24
    Updating linux-raw-sys v0.11.0 -> v0.12.1
    Updating owo-colors v4.2.3 -> v4.3.0
    Updating pin-project v1.1.10 -> v1.1.11
    Updating pin-project-internal v1.1.10 -> v1.1.11
    Updating pin-project-lite v0.2.16 -> v0.2.17
    Updating piper v0.2.4 -> v0.2.5
      Adding plain v0.2.3
    Updating redox_syscall v0.7.1 -> v0.7.3
    Updating regex-syntax v0.8.9 -> v0.8.10
    Updating rustix v1.1.3 -> v1.1.4
    Updating rustls v0.23.36 -> v0.23.37
    Updating serde_with v3.16.1 -> v3.17.0
    Updating serde_with_macros v3.16.1 -> v3.17.0
    Updating tempfile v3.25.0 -> v3.26.0
    Updating testcontainers v0.27.0 -> v0.27.1
    Updating tokio-macros v2.6.0 -> v2.6.1
    Updating wasm-bindgen v0.2.108 -> v0.2.114
    Updating wasm-bindgen-futures v0.4.58 -> v0.4.64
    Updating wasm-bindgen-macro v0.2.108 -> v0.2.114
    Updating wasm-bindgen-macro-support v0.2.108 -> v0.2.114
    Updating wasm-bindgen-shared v0.2.108 -> v0.2.114
    Updating web-sys v0.3.85 -> v0.3.91
    Updating zerocopy v0.8.39 -> v0.8.40
    Updating zerocopy-derive v0.8.39 -> v0.8.40
note: pass `--verbose` to see 9 unchanged dependencies behind latest

```
cargo update
    Updating crates.io index
     Locking 35 packages to latest compatible versions
    Updating async-compression v0.4.40 -> v0.4.41
    Updating aws-lc-rs v1.16.0 -> v1.16.1
    Updating aws-lc-sys v0.37.1 -> v0.38.0
    Updating chrono v0.4.43 -> v0.4.44
    Updating deranged v0.5.6 -> v0.5.8
    Updating derive_utils v0.15.0 -> v0.15.1
    Updating io-enum v1.2.0 -> v1.2.1
    Updating ipnet v2.11.0 -> v2.12.0
    Updating js-sys v0.3.85 -> v0.3.91
    Updating libredox v0.1.12 -> v0.1.14
    Updating libz-sys v1.1.23 -> v1.1.24
    Updating linux-raw-sys v0.11.0 -> v0.12.1
    Updating owo-colors v4.2.3 -> v4.3.0
    Updating pin-project v1.1.10 -> v1.1.11
    Updating pin-project-internal v1.1.10 -> v1.1.11
    Updating pin-project-lite v0.2.16 -> v0.2.17
    Updating piper v0.2.4 -> v0.2.5
      Adding plain v0.2.3
    Updating redox_syscall v0.7.1 -> v0.7.3
    Updating regex-syntax v0.8.9 -> v0.8.10
    Updating rustix v1.1.3 -> v1.1.4
    Updating rustls v0.23.36 -> v0.23.37
    Updating serde_with v3.16.1 -> v3.17.0
    Updating serde_with_macros v3.16.1 -> v3.17.0
    Updating tempfile v3.25.0 -> v3.26.0
    Updating testcontainers v0.27.0 -> v0.27.1
    Updating tokio-macros v2.6.0 -> v2.6.1
    Updating wasm-bindgen v0.2.108 -> v0.2.114
    Updating wasm-bindgen-futures v0.4.58 -> v0.4.64
    Updating wasm-bindgen-macro v0.2.108 -> v0.2.114
    Updating wasm-bindgen-macro-support v0.2.108 -> v0.2.114
    Updating wasm-bindgen-shared v0.2.108 -> v0.2.114
    Updating web-sys v0.3.85 -> v0.3.91
    Updating zerocopy v0.8.39 -> v0.8.40
    Updating zerocopy-derive v0.8.39 -> v0.8.40
note: pass `--verbose` to see 9 unchanged dependencies behind latest
```
@josecelano josecelano self-assigned this Mar 3, 2026
@josecelano josecelano added the Dependencies Related to Dependencies label Mar 3, 2026
Resolves clippy::collapsible_match lint by moving the inner if condition
into the match arm guard for the Pagination { limit: 1, offset: 1 } case.
@josecelano josecelano requested a review from a team as a code owner March 3, 2026 08:08
@josecelano
Copy link
Member Author

ACK 7e322eb

@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.47%. Comparing base (56429b9) to head (7e322eb).
⚠️ Report is 4 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1658      +/-   ##
===========================================
- Coverage    86.52%   86.47%   -0.06%     
===========================================
  Files          288      288              
  Lines        22672    22672              
  Branches     22672    22672              
===========================================
- Hits         19617    19605      -12     
- Misses        2822     2839      +17     
+ Partials       233      228       -5     

☔ View full report in Codecov by Sentry.
📢 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.

@josecelano josecelano merged commit 194f039 into torrust:develop Mar 3, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Related to Dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant