torrust / torrust-index

This repository serves as the backend for the Torrust Index project.
https://torrust.com
GNU Affero General Public License v3.0
54 stars 19 forks source link

Update dependencies #757

Closed josecelano closed 3 weeks ago

josecelano commented 3 weeks ago
cargo update
    Updating crates.io index
     Locking 74 packages to latest compatible versions
    Updating addr2line v0.24.1 -> v0.24.2
    Updating anstream v0.6.15 -> v0.6.17
    Updating anstyle v1.0.8 -> v1.0.9
    Updating anstyle-parse v0.2.5 -> v0.2.6
    Updating anstyle-query v1.1.1 -> v1.1.2
    Updating anstyle-wincon v3.0.4 -> v3.0.6
    Updating anyhow v1.0.89 -> v1.0.92
    Updating async-compression v0.4.13 -> v0.4.17
    Updating aws-lc-rs v1.9.0 -> v1.10.0
    Updating aws-lc-sys v0.21.2 -> v0.22.0
    Updating bindgen v0.69.4 -> v0.69.5
    Updating bytemuck v1.18.0 -> v1.19.0
    Updating bytes v1.7.2 -> v1.8.0
    Updating cc v1.1.24 -> v1.1.31
    Updating clap v4.5.19 -> v4.5.20
    Updating clap_builder v4.5.19 -> v4.5.20
    Updating colorchoice v1.0.2 -> v1.0.3
    Updating encoding_rs v0.8.34 -> v0.8.35
    Updating fdeflate v0.3.5 -> v0.3.6
    Updating flume v0.11.0 -> v0.11.1
    Updating futures v0.3.30 -> v0.3.31
    Updating futures-channel v0.3.30 -> v0.3.31
    Updating futures-core v0.3.30 -> v0.3.31
    Updating futures-executor v0.3.30 -> v0.3.31
    Updating futures-io v0.3.30 -> v0.3.31
    Updating futures-macro v0.3.30 -> v0.3.31
    Updating futures-sink v0.3.30 -> v0.3.31
    Updating futures-task v0.3.30 -> v0.3.31
    Updating futures-util v0.3.30 -> v0.3.31
    Updating gimli v0.31.0 -> v0.31.1
    Updating hyper v1.4.1 -> v1.5.0
    Updating hyper-util v0.1.9 -> v0.1.10
    Updating ipnet v2.10.0 -> v2.10.1
    Updating js-sys v0.3.70 -> v0.3.72
    Updating lettre v0.11.9 -> v0.11.10
    Updating libc v0.2.159 -> v0.2.161
    Updating libm v0.2.8 -> v0.2.11
    Updating object v0.36.4 -> v0.36.5
    Updating once_cell v1.20.1 -> v1.20.2
    Updating openssl v0.10.66 -> v0.10.68
    Updating openssl-sys v0.9.103 -> v0.9.104
    Updating pest v2.7.13 -> v2.7.14
    Updating pest_derive v2.7.13 -> v2.7.14
    Updating pest_generator v2.7.13 -> v2.7.14
    Updating pest_meta v2.7.13 -> v2.7.14
    Updating pin-project v1.1.5 -> v1.1.7
    Updating pin-project-internal v1.1.5 -> v1.1.7
    Updating pin-project-lite v0.2.14 -> v0.2.15
    Removing portable-atomic v1.9.0
    Updating prettyplease v0.2.22 -> v0.2.25
    Updating proc-macro2 v1.0.86 -> v1.0.89
    Updating regex v1.11.0 -> v1.11.1
    Updating reqwest v0.12.8 -> v0.12.9
    Updating rustix v0.38.37 -> v0.38.38
    Updating rustls v0.23.13 -> v0.23.16
    Updating rustls-pki-types v1.9.0 -> v1.10.0
    Updating rustversion v1.0.17 -> v1.0.18
    Updating schannel v0.1.24 -> v0.1.26
    Updating serde v1.0.210 -> v1.0.214
    Updating serde_derive v1.0.210 -> v1.0.214
    Updating serde_with v3.10.0 -> v3.11.0
    Updating serde_with_macros v3.10.0 -> v3.11.0
    Updating syn v2.0.79 -> v2.0.86
    Updating thiserror v1.0.65 -> v1.0.66
    Updating thiserror-impl v1.0.65 -> v1.0.66
    Updating tokio v1.40.0 -> v1.41.0
    Updating unicase v2.7.0 -> v2.8.0
    Updating uuid v1.10.0 -> v1.11.0
    Updating wasm-bindgen v0.2.93 -> v0.2.95
    Updating wasm-bindgen-backend v0.2.93 -> v0.2.95
    Updating wasm-bindgen-futures v0.4.43 -> v0.4.45
    Updating wasm-bindgen-macro v0.2.93 -> v0.2.95
    Updating wasm-bindgen-macro-support v0.2.93 -> v0.2.95
    Updating wasm-bindgen-shared v0.2.93 -> v0.2.95
    Updating web-sys v0.3.70 -> v0.3.72
josecelano commented 3 weeks ago

ACK 80ce92447ba9dea8a3db615172f497e827dc211a

codecov-commenter commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 39.48%. Comparing base (c34b665) to head (80ce924).

Files with missing lines Patch % Lines
src/errors.rs 0.00% 8 Missing :warning:
src/utils/parse_torrent.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #757 +/- ## =========================================== + Coverage 39.21% 39.48% +0.26% =========================================== Files 116 116 Lines 7074 7003 -71 =========================================== - Hits 2774 2765 -9 + Misses 4300 4238 -62 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.