Skip to content

chore(deps): update rust crate hyper-util to v0.1.20#25

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hyper-util-0.x-lockfile
Open

chore(deps): update rust crate hyper-util to v0.1.20#25
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hyper-util-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Mar 31, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
hyper-util (source) dependencies patch 0.1.100.1.20

Release Notes

hyperium/hyper-util (hyper-util)

v0.1.20

Compare Source

  • Fix proxy::Matcher to properly match domains regardless of casing
  • Fix system proxy matcher dependency on macOS when used in sandboxed environements.
  • Increased MSRV to 1.64.

v0.1.19

Compare Source

  • Add client::pool module for composable pools. Enable with the client-pool feature.
  • Add pool::singleton for sharing a single cloneable connection.
  • Add pool::cache for caching a list of connections.
  • Add pool::negotiate for combining two pools with upgrade and fallback negotiation.
  • Add pool::map for customizable mapping of keys and connections.

v0.1.18

Compare Source

  • Fix rt::TokioTimer to support Tokio's paused time.
  • Fix client::proxy::match::Matcher to parse auth without passwords.

v0.1.17

Compare Source

  • Fix legacy::Client to allow absolute-form URIs when Connected::proxy(true) is passed and the scheme is https.

v0.1.16

Compare Source

  • Add impl Clone for proxy::Tunnel service.
  • Fix proxy::Matcher to detect SOCKS4 schemes.
  • Fix legacy::Client pool idle checker to trigger less aggresively, saving CPU.

v0.1.15

Compare Source

  • Add header casing options to auto::Builder.
  • Fix proxy::Socksv5 to check for enough bytes before parsing ipv6 responses.
  • Fix including client-proxy in the full feature set.

v0.1.14

Compare Source

  • Fix HttpConnector to defer address family order to resolver sort order.
  • Fix proxy::Matcher to find HTTPS system proxies on Windows.

v0.1.13

Compare Source

  • Fix HttpConnector to always prefer IPv6 addresses first, if happy eyeballs is enabled.
  • Fix legacy::Client to return better errors if available on the connection.

v0.1.12

Compare Source

  • Add client::legacy::proxy::Tunnel connector that wraps another connector with HTTP tunneling.
  • Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another connector with SOCKS.
  • Add client::proxy::matcher::Matcher type that can use environment variables to match proxy rules.
  • Add server::graceful::Watcher type that can be sent to watch a connection in another task.
  • Add GracefulShutdown::count() method to get number of currently watched connections.
  • Fix missing must_use attributes on Connection futures.
  • Fix tracing span in GAI resolver that can cause panics.

v0.1.11

Compare Source

  • Add tracing crate feature with support in TokioExecutor.
  • Add HttpConnector::interface() support for macOS and Solarish systems.
  • Add rt::WithHyperIo and rt::WithTokioIo combinators.
  • Add auto_date_header() for auto server builder.
  • Add max_local_error_reset_streams() for auto server builder.
  • Add ignore_invalid_headers() for auto server builder.
  • Add methods to determine if auto server is configured for HTTP/1 or HTTP/2.
  • Implement Connection for UnixStream and NamedPipeClient.
  • Fix HTTP/2 websocket requests sent through legacy::Client.

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@farshidtz farshidtz added dependencies Pull requests that update a dependency file rust Issue/PR related to the Rust implementation labels Apr 10, 2025
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from 069a857 to 5e1f9bc Compare May 19, 2025 19:27
@renovate renovate Bot changed the title fix(deps): update rust crate hyper-util to v0.1.11 fix(deps): update rust crate hyper-util to v0.1.12 May 19, 2025
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from 5e1f9bc to a56101e Compare May 27, 2025 19:16
@renovate renovate Bot changed the title fix(deps): update rust crate hyper-util to v0.1.12 fix(deps): update rust crate hyper-util to v0.1.13 May 27, 2025
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from a56101e to 403a743 Compare June 4, 2025 23:28
@renovate renovate Bot changed the title fix(deps): update rust crate hyper-util to v0.1.13 fix(deps): update rust crate hyper-util to v0.1.14 Jun 4, 2025
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from 403a743 to a58ab6a Compare July 7, 2025 21:15
@renovate renovate Bot changed the title fix(deps): update rust crate hyper-util to v0.1.14 fix(deps): update rust crate hyper-util to v0.1.15 Jul 7, 2025
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from a58ab6a to ab70b25 Compare July 22, 2025 19:04
@renovate renovate Bot changed the title fix(deps): update rust crate hyper-util to v0.1.15 fix(deps): update rust crate hyper-util to v0.1.16 Jul 22, 2025
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from ab70b25 to bcec7a9 Compare August 10, 2025 16:11
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from bcec7a9 to 7d34ef6 Compare September 16, 2025 01:03
@renovate renovate Bot changed the title fix(deps): update rust crate hyper-util to v0.1.16 fix(deps): update rust crate hyper-util to v0.1.17 Sep 16, 2025
@renovate renovate Bot changed the title fix(deps): update rust crate hyper-util to v0.1.17 chore(deps): update rust crate hyper-util to v0.1.17 Sep 25, 2025
@renovate renovate Bot changed the title chore(deps): update rust crate hyper-util to v0.1.17 chore(deps): update rust crate hyper-util to v0.1.18 Nov 13, 2025
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from 7d34ef6 to f6e6059 Compare November 13, 2025 23:40
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from f6e6059 to ccee159 Compare December 3, 2025 15:11
@renovate renovate Bot changed the title chore(deps): update rust crate hyper-util to v0.1.18 chore(deps): update rust crate hyper-util to v0.1.19 Dec 3, 2025
@renovate renovate Bot changed the title chore(deps): update rust crate hyper-util to v0.1.19 chore(deps): update rust crate hyper-util to v0.1.20 Feb 2, 2026
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from ccee159 to e90cc61 Compare February 2, 2026 19:31
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from e90cc61 to 1a12ed1 Compare February 12, 2026 14:32
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from 1a12ed1 to 924a44a Compare February 25, 2026 09:45
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from 924a44a to dcaf907 Compare March 13, 2026 15:19
@renovate renovate Bot force-pushed the renovate/hyper-util-0.x-lockfile branch from dcaf907 to 042ea22 Compare May 18, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Issue/PR related to the Rust implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants