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-util to v0.1.9 - autoclosed #374

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2024

This PR contains the following updates:

Package Type Update Change
hyper-util (source) dependencies patch 0.1.3 -> 0.1.9

Release Notes

hyperium/hyper-util (hyper-util)

v0.1.9

Compare Source

  • Add support for client::legacy DNS resolvers to set non-zero ports on returned addresses.
  • Fix client::legacy wrongly retrying pooled connections that were created successfully but failed immediately after, resulting in a retry loop.

v0.1.8

Compare Source

  • Add server::conn::auto::upgrade::downcast() for use with auto connection upgrades.

v0.1.7

Compare Source

  • Add Connected::poison() to legacy client, a port from hyper v0.14.x.
  • Add Error::connect_info() to legacy client, a port from hyper v0.14.x.

v0.1.6

Compare Source

  • Add support for AIX operating system to legacy client.
  • Fix legacy client to better use dying pooled connections.

v0.1.5

Compare Source

  • Add server::graceful::GracefulShutdown helper to coordinate over many connections.
  • Add server::conn::auto::Connection::into_owned() to unlink lifetime from Builder.
  • Allow service module to be available with only service feature enabled.

v0.1.4

Compare Source

  • Add initial_max_send_streams() to legacy client builder
  • Add max_pending_accept_reset_streams() to legacy client builder
  • Add max_headers(usize) to auto server builder
  • Add http1_onl() and http2_only() to auto server builder
  • Add connection capturing API to legacy client
  • Add impl Connection for TokioIo
  • Fix graceful shutdown hanging on reading the HTTP version

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.59%. Comparing base (4f53802) to head (9a73df1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #374   +/-   ##
=======================================
  Coverage   81.59%   81.59%           
=======================================
  Files          19       19           
  Lines        1315     1315           
=======================================
  Hits         1073     1073           
  Misses        242      242           

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

@renovate renovate bot force-pushed the renovate/hyper-util-0.x-lockfile branch from 1e5569e to 87496b5 Compare May 25, 2024 21:48
@renovate renovate bot changed the title fix(deps): update rust crate hyper-util to v0.1.4 fix(deps): update rust crate hyper-util to v0.1.5 May 28, 2024
@renovate renovate bot force-pushed the renovate/hyper-util-0.x-lockfile branch 2 times, most recently from 1c22a70 to 67bb728 Compare May 30, 2024 03:15
@renovate renovate bot force-pushed the renovate/hyper-util-0.x-lockfile branch 6 times, most recently from c5c9247 to 1953fb6 Compare June 10, 2024 20:00
@renovate renovate bot force-pushed the renovate/hyper-util-0.x-lockfile branch 4 times, most recently from fcd99a6 to 07e8d96 Compare June 18, 2024 22:37
@renovate renovate bot force-pushed the renovate/hyper-util-0.x-lockfile branch 6 times, most recently from 613c7c8 to 039daa6 Compare June 25, 2024 10:45
@renovate renovate bot force-pushed the renovate/hyper-util-0.x-lockfile branch from 039daa6 to 9a73df1 Compare July 1, 2024 17:18
@renovate renovate bot changed the title fix(deps): update rust crate hyper-util to v0.1.5 fix(deps): update rust crate hyper-util to v0.1.6 Jul 1, 2024
@renovate renovate bot changed the title fix(deps): update rust crate hyper-util to v0.1.6 fix(deps): update rust crate hyper-util to v0.1.7 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/hyper-util-0.x-lockfile branch from 9a73df1 to d3090c5 Compare August 6, 2024 17:44
@renovate renovate bot changed the title fix(deps): update rust crate hyper-util to v0.1.7 fix(deps): update rust crate hyper-util to v0.1.8 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/hyper-util-0.x-lockfile branch from d3090c5 to 53acc20 Compare September 16, 2024 10:07
@renovate renovate bot force-pushed the renovate/hyper-util-0.x-lockfile branch from 53acc20 to dfa4002 Compare September 24, 2024 18:57
@renovate renovate bot changed the title fix(deps): update rust crate hyper-util to v0.1.8 fix(deps): update rust crate hyper-util to v0.1.9 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/hyper-util-0.x-lockfile branch from dfa4002 to 9412e6f Compare October 8, 2024 00:23
@renovate renovate bot changed the title fix(deps): update rust crate hyper-util to v0.1.9 fix(deps): update rust crate hyper-util to v0.1.9 - autoclosed Oct 16, 2024
@renovate renovate bot closed this Oct 16, 2024
@renovate renovate bot deleted the renovate/hyper-util-0.x-lockfile branch October 16, 2024 00:07
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.

0 participants