Skip to content

fix(deps): update rust crate hyper to 1.2.0

Panter User for API access requested to merge renovate/hyper-1.x into master

This MR 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: Enabled.

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports