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

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

josecelano
Copy link
Member

cargo update
    Updating crates.io index
    Updating async-compression v0.4.6 -> v0.4.8
    Updating async-executor v1.8.0 -> v1.10.0
    Updating autocfg v1.1.0 -> v1.2.0
      Adding base64 v0.22.0
    Updating borsh v1.3.1 -> v1.4.0
    Updating borsh-derive v1.3.1 -> v1.4.0
    Updating brotli v3.5.0 -> v4.0.0
    Updating brotli-decompressor v2.5.1 -> v3.0.0
    Updating bumpalo v3.15.4 -> v3.16.0
    Updating cc v1.0.90 -> v1.0.91
    Updating chrono v0.4.35 -> v0.4.37
    Updating event-listener v5.2.0 -> v5.3.0
    Updating event-listener-strategy v0.5.0 -> v0.5.1
    Updating getrandom v0.2.12 -> v0.2.14
    Updating h2 v0.4.3 -> v0.4.4
    Updating half v2.4.0 -> v2.4.1
    Updating itoa v1.0.10 -> v1.0.11
    Updating memchr v2.7.1 -> v2.7.2
    Updating openssl-sys v0.9.101 -> v0.9.102
    Updating pest v2.7.8 -> v2.7.9
    Updating pest_derive v2.7.8 -> v2.7.9
    Updating pest_generator v2.7.8 -> v2.7.9
    Updating pest_meta v2.7.8 -> v2.7.9
    Updating pin-project-lite v0.2.13 -> v0.2.14
    Updating regex-syntax v0.8.2 -> v0.8.3
    Updating reqwest v0.12.2 -> v0.12.3
    Updating rust_decimal v1.34.3 -> v1.35.0
    Removing rustls-pemfile v1.0.4
    Removing rustls-pemfile v2.1.1
      Adding rustls-pemfile v2.1.2
    Updating rustls-pki-types v1.4.0 -> v1.4.1
    Updating rustversion v1.0.14 -> v1.0.15
    Updating security-framework v2.9.2 -> v2.10.0
    Updating security-framework-sys v2.9.1 -> v2.10.0
    Updating serde_html_form v0.2.5 -> v0.2.6
    Updating serde_json v1.0.114 -> v1.0.115
    Updating strsim v0.11.0 -> v0.11.1
    Updating syn v2.0.55 -> v2.0.58
    Updating sync_wrapper v1.0.0 -> v1.0.1
    Updating tokio v1.36.0 -> v1.37.0
    Updating winreg v0.50.0 -> v0.52.0
    Updating zstd v0.13.0 -> v0.13.1
    Updating zstd-safe v7.0.0 -> v7.1.0
    Updating zstd-sys v2.0.9+zstd.1.5.5 -> v2.0.10+zstd.1.5.6

```output
cargo update
    Updating crates.io index
    Updating async-compression v0.4.6 -> v0.4.8
    Updating async-executor v1.8.0 -> v1.10.0
    Updating autocfg v1.1.0 -> v1.2.0
      Adding base64 v0.22.0
    Updating borsh v1.3.1 -> v1.4.0
    Updating borsh-derive v1.3.1 -> v1.4.0
    Updating brotli v3.5.0 -> v4.0.0
    Updating brotli-decompressor v2.5.1 -> v3.0.0
    Updating bumpalo v3.15.4 -> v3.16.0
    Updating cc v1.0.90 -> v1.0.91
    Updating chrono v0.4.35 -> v0.4.37
    Updating event-listener v5.2.0 -> v5.3.0
    Updating event-listener-strategy v0.5.0 -> v0.5.1
    Updating getrandom v0.2.12 -> v0.2.14
    Updating h2 v0.4.3 -> v0.4.4
    Updating half v2.4.0 -> v2.4.1
    Updating itoa v1.0.10 -> v1.0.11
    Updating memchr v2.7.1 -> v2.7.2
    Updating openssl-sys v0.9.101 -> v0.9.102
    Updating pest v2.7.8 -> v2.7.9
    Updating pest_derive v2.7.8 -> v2.7.9
    Updating pest_generator v2.7.8 -> v2.7.9
    Updating pest_meta v2.7.8 -> v2.7.9
    Updating pin-project-lite v0.2.13 -> v0.2.14
    Updating regex-syntax v0.8.2 -> v0.8.3
    Updating reqwest v0.12.2 -> v0.12.3
    Updating rust_decimal v1.34.3 -> v1.35.0
    Removing rustls-pemfile v1.0.4
    Removing rustls-pemfile v2.1.1
      Adding rustls-pemfile v2.1.2
    Updating rustls-pki-types v1.4.0 -> v1.4.1
    Updating rustversion v1.0.14 -> v1.0.15
    Updating security-framework v2.9.2 -> v2.10.0
    Updating security-framework-sys v2.9.1 -> v2.10.0
    Updating serde_html_form v0.2.5 -> v0.2.6
    Updating serde_json v1.0.114 -> v1.0.115
    Updating strsim v0.11.0 -> v0.11.1
    Updating syn v2.0.55 -> v2.0.58
    Updating sync_wrapper v1.0.0 -> v1.0.1
    Updating tokio v1.36.0 -> v1.37.0
    Updating winreg v0.50.0 -> v0.52.0
    Updating zstd v0.13.0 -> v0.13.1
    Updating zstd-safe v7.0.0 -> v7.1.0
    Updating zstd-sys v2.0.9+zstd.1.5.5 -> v2.0.10+zstd.1.5.6
```
@josecelano josecelano self-assigned this Apr 8, 2024
@josecelano josecelano added the Dependencies Related to Dependencies label Apr 8, 2024
@josecelano
Copy link
Member Author

ACK 5373493

Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.87%. Comparing base (6eff113) to head (5373493).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #780      +/-   ##
===========================================
+ Coverage    77.84%   77.87%   +0.02%     
===========================================
  Files          158      158              
  Lines         8762     8758       -4     
===========================================
- Hits          6821     6820       -1     
+ Misses        1941     1938       -3     

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

@josecelano josecelano merged commit af52045 into torrust:develop Apr 8, 2024
17 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