router
router copied to clipboard
fix(deps): update rust crate hyper-util to v0.1.14
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| hyper-util (source) | dependencies | patch | =0.1.10 -> =0.1.14 |
Release Notes
hyperium/hyper-util (hyper-util)
v0.1.14
- Fix
HttpConnectorto defer address family order to resolver sort order. - Fix
proxy::Matcherto find HTTPS system proxies on Windows.
v0.1.13
- Fix
HttpConnectorto always prefer IPv6 addresses first, if happy eyeballs is enabled. - Fix
legacy::Clientto return better errors if available on the connection.
v0.1.12
- Add
client::legacy::proxy::Tunnelconnector that wraps another connector with HTTP tunneling. - Add
client::legacy::proxy::{SocksV4, SocksV5}connectors that wraps another connector with SOCKS. - Add
client::proxy::matcher::Matchertype that can use environment variables to match proxy rules. - Add
server::graceful::Watchertype 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_useattributes onConnectionfutures. - Fix tracing span in GAI resolver that can cause panics.
v0.1.11
- Add
tracingcrate feature with support inTokioExecutor. - Add
HttpConnector::interface()support for macOS and Solarish systems. - Add
rt::WithHyperIoandrt::WithTokioIocombinators. - 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
ConnectionforUnixStreamandNamedPipeClient. - Fix HTTP/2 websocket requests sent through
legacy::Client.
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 was generated by Mend Renovate. View the repository job log.