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

fix(deps): update rust crate hyper to ^1.2.0 #274

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
hyper (source) dependencies minor ^1.1.0 -> ^1.2.0

Release Notes

hyperium/hyper (hyper)

v1.2.0

Compare Source

Bug Fixes
Features
  • http1: support configurable max_headers(num) to client and server (#​3523) (b1142448)
  • http2:
    • add config for max_local_error_reset_streams in server (#​3530) (d7680e30)
    • add initial_max_send_streams method to HTTP/2 client builder (#​3524) (fdfa60d9)
    • add max_pending_accept_reset_streams(num) back to HTTP/2 server builder (#​3507 (a9fa893f)
Breaking Changes
  • The returned lifetime from Sleep::downcast_mut_pin()
    is no longer 'static. This shouldn't affect most usage. This sort of
    breaking change is needed because it is wrong.

(7206fe30)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.25%. Comparing base (3f22b7c) to head (a82ea07).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #274      +/-   ##
==========================================
+ Coverage   85.10%   85.25%   +0.15%     
==========================================
  Files          18       18              
  Lines        1289     1289              
==========================================
+ Hits         1097     1099       +2     
+ Misses        192      190       -2     

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

@renovate renovate bot force-pushed the renovate/hyper-1.x branch 5 times, most recently from bb67762 to d085b3d Compare February 25, 2024 11:39
@Isawan Isawan merged commit c507fba into main Feb 26, 2024
8 checks passed
@Isawan Isawan deleted the renovate/hyper-1.x branch February 26, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant