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 #1129

Merged
merged 2 commits into from
Dec 13, 2024
Merged

Conversation

josecelano
Copy link
Member

Update dependencies in main lib:

cargo update
    Updating crates.io index
     Locking 29 packages to latest compatible versions
    Updating bigdecimal v0.4.6 -> v0.4.7
    Updating bindgen v0.70.1 -> v0.71.1
    Updating cc v1.2.2 -> v1.2.4
    Updating chrono v0.4.38 -> v0.4.39
    Updating clap v4.5.22 -> v4.5.23
    Updating clap_builder v4.5.22 -> v4.5.23
    Updating clap_lex v0.7.3 -> v0.7.4
    Updating fastrand v2.2.0 -> v2.3.0
    Updating js-sys v0.3.74 -> v0.3.76
    Updating libc v0.2.167 -> v0.2.168
    Updating redox_syscall v0.5.7 -> v0.5.8
    Updating rustc-hash v1.1.0 -> v2.1.0
    Updating rustix v0.38.41 -> v0.38.42
    Updating rustls v0.23.19 -> v0.23.20
    Updating rustls-pki-types v1.10.0 -> v1.10.1
    Updating semver v1.0.23 -> v1.0.24
    Updating serde v1.0.215 -> v1.0.216
    Updating serde_derive v1.0.215 -> v1.0.216
    Removing sync_wrapper v0.1.2
    Updating thiserror v2.0.4 -> v2.0.6
    Updating thiserror-impl v2.0.4 -> v2.0.6
    Updating tokio-rustls v0.26.0 -> v0.26.1
    Updating tower v0.5.1 -> v0.5.2
    Updating wasm-bindgen v0.2.97 -> v0.2.99
    Updating wasm-bindgen-backend v0.2.97 -> v0.2.99
    Updating wasm-bindgen-futures v0.4.47 -> v0.4.49
    Updating wasm-bindgen-macro v0.2.97 -> v0.2.99
    Updating wasm-bindgen-macro-support v0.2.97 -> v0.2.99
    Updating wasm-bindgen-shared v0.2.97 -> v0.2.99
    Updating web-sys v0.3.74 -> v0.3.76

And thiserror in workspace packages.

```output
cargo update
    Updating crates.io index
     Locking 29 packages to latest compatible versions
    Updating bigdecimal v0.4.6 -> v0.4.7
    Updating bindgen v0.70.1 -> v0.71.1
    Updating cc v1.2.2 -> v1.2.4
    Updating chrono v0.4.38 -> v0.4.39
    Updating clap v4.5.22 -> v4.5.23
    Updating clap_builder v4.5.22 -> v4.5.23
    Updating clap_lex v0.7.3 -> v0.7.4
    Updating fastrand v2.2.0 -> v2.3.0
    Updating js-sys v0.3.74 -> v0.3.76
    Updating libc v0.2.167 -> v0.2.168
    Updating redox_syscall v0.5.7 -> v0.5.8
    Updating rustc-hash v1.1.0 -> v2.1.0
    Updating rustix v0.38.41 -> v0.38.42
    Updating rustls v0.23.19 -> v0.23.20
    Updating rustls-pki-types v1.10.0 -> v1.10.1
    Updating semver v1.0.23 -> v1.0.24
    Updating serde v1.0.215 -> v1.0.216
    Updating serde_derive v1.0.215 -> v1.0.216
    Removing sync_wrapper v0.1.2
    Updating thiserror v2.0.4 -> v2.0.6
    Updating thiserror-impl v2.0.4 -> v2.0.6
    Updating tokio-rustls v0.26.0 -> v0.26.1
    Updating tower v0.5.1 -> v0.5.2
    Updating wasm-bindgen v0.2.97 -> v0.2.99
    Updating wasm-bindgen-backend v0.2.97 -> v0.2.99
    Updating wasm-bindgen-futures v0.4.47 -> v0.4.49
    Updating wasm-bindgen-macro v0.2.97 -> v0.2.99
    Updating wasm-bindgen-macro-support v0.2.97 -> v0.2.99
    Updating wasm-bindgen-shared v0.2.97 -> v0.2.99
    Updating web-sys v0.3.74 -> v0.3.76
```
@josecelano josecelano added the Dependencies Related to Dependencies label Dec 13, 2024
@josecelano
Copy link
Member Author

ACK abb2423

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.90%. Comparing base (d8b6123) to head (abb2423).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1129      +/-   ##
===========================================
+ Coverage    75.73%   75.90%   +0.17%     
===========================================
  Files          173      168       -5     
  Lines        11425    11369      -56     
  Branches     11425    11369      -56     
===========================================
- Hits          8653     8630      -23     
+ Misses        2575     2573       -2     
+ Partials       197      166      -31     

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

@josecelano josecelano merged commit 20639e8 into torrust:develop Dec 13, 2024
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