Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #1353

Merged
merged 2 commits into from
Mar 4, 2025
Merged

Conversation

josecelano
Copy link
Member

cargo update
    Updating crates.io index
     Locking 32 packages to latest compatible versions
    Updating anyhow v1.0.96 -> v1.0.97
    Updating async-compression v0.4.19 -> v0.4.20
    Updating async-trait v0.1.86 -> v0.1.87
    Updating bitflags v2.8.0 -> v2.9.0
    Updating bytemuck v1.21.0 -> v1.22.0
    Updating cc v1.2.15 -> v1.2.16
    Updating httparse v1.10.0 -> v1.10.1
    Updating itoa v1.0.14 -> v1.0.15
    Updating pin-project v1.1.9 -> v1.1.10
    Updating pin-project-internal v1.1.9 -> v1.1.10
    Updating pkg-config v0.3.31 -> v0.3.32
    Updating proc-macro2 v1.0.93 -> v1.0.94
    Updating quote v1.0.38 -> v1.0.39
    Updating rand_core v0.9.2 -> v0.9.3
    Updating redox_syscall v0.5.9 -> v0.5.10
    Updating rstest v0.24.0 -> v0.25.0
    Updating rstest_macros v0.24.0 -> v0.25.0
    Updating rustversion v1.0.19 -> v1.0.20
    Updating ryu v1.0.19 -> v1.0.20
    Updating semver v1.0.25 -> v1.0.26
    Updating serde_bytes v0.11.15 -> v0.11.16
    Updating serde_json v1.0.139 -> v1.0.140
    Updating serde_path_to_error v0.1.16 -> v0.1.17
    Updating serde_repr v0.1.19 -> v0.1.20
    Updating syn v2.0.98 -> v2.0.99
    Updating thiserror v2.0.11 -> v2.0.12
    Updating thiserror-impl v2.0.11 -> v2.0.12
    Updating tinyvec v1.8.1 -> v1.9.0
    Updating tokio-rustls v0.26.1 -> v0.26.2
    Updating unicode-ident v1.0.17 -> v1.0.18
    Updating zerocopy v0.8.20 -> v0.8.21
    Updating zerocopy-derive v0.8.20 -> v0.8.21

```
cargo update
    Updating crates.io index
     Locking 32 packages to latest compatible versions
    Updating anyhow v1.0.96 -> v1.0.97
    Updating async-compression v0.4.19 -> v0.4.20
    Updating async-trait v0.1.86 -> v0.1.87
    Updating bitflags v2.8.0 -> v2.9.0
    Updating bytemuck v1.21.0 -> v1.22.0
    Updating cc v1.2.15 -> v1.2.16
    Updating httparse v1.10.0 -> v1.10.1
    Updating itoa v1.0.14 -> v1.0.15
    Updating pin-project v1.1.9 -> v1.1.10
    Updating pin-project-internal v1.1.9 -> v1.1.10
    Updating pkg-config v0.3.31 -> v0.3.32
    Updating proc-macro2 v1.0.93 -> v1.0.94
    Updating quote v1.0.38 -> v1.0.39
    Updating rand_core v0.9.2 -> v0.9.3
    Updating redox_syscall v0.5.9 -> v0.5.10
    Updating rstest v0.24.0 -> v0.25.0
    Updating rstest_macros v0.24.0 -> v0.25.0
    Updating rustversion v1.0.19 -> v1.0.20
    Updating ryu v1.0.19 -> v1.0.20
    Updating semver v1.0.25 -> v1.0.26
    Updating serde_bytes v0.11.15 -> v0.11.16
    Updating serde_json v1.0.139 -> v1.0.140
    Updating serde_path_to_error v0.1.16 -> v0.1.17
    Updating serde_repr v0.1.19 -> v0.1.20
    Updating syn v2.0.98 -> v2.0.99
    Updating thiserror v2.0.11 -> v2.0.12
    Updating thiserror-impl v2.0.11 -> v2.0.12
    Updating tinyvec v1.8.1 -> v1.9.0
    Updating tokio-rustls v0.26.1 -> v0.26.2
    Updating unicode-ident v1.0.17 -> v1.0.18
    Updating zerocopy v0.8.20 -> v0.8.21
    Updating zerocopy-derive v0.8.20 -> v0.8.21
```
@josecelano josecelano added the Dependencies Related to Dependencies label Mar 4, 2025
Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.48%. Comparing base (cb7c8a2) to head (bb96580).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1353      +/-   ##
===========================================
- Coverage    81.62%   81.48%   -0.14%     
===========================================
  Files          230      230              
  Lines        16366    16366              
  Branches     16366    16366              
===========================================
- Hits         13358    13336      -22     
- Misses        2770     2794      +24     
+ Partials       238      236       -2     

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

@josecelano
Copy link
Member Author

ACK bb96580

@josecelano josecelano merged commit 4947a07 into torrust:develop Mar 4, 2025
23 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