BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

fix(deps): update rust crate hyper-util to v0.1.5 #253

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

hyperium/hyper-util (hyper-util) ### [`v0.1.5`](https://togithub.com/hyperium/hyper-util/blob/HEAD/CHANGELOG.md#015-2024-05-28) [Compare Source](https://togithub.com/hyperium/hyper-util/compare/v0.1.4...v0.1.5) - 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`](https://togithub.com/hyperium/hyper-util/blob/HEAD/CHANGELOG.md#014-2024-05-24) [Compare Source](https://togithub.com/hyperium/hyper-util/compare/v0.1.3...v0.1.4) - 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 becomes conflicted, or you tick the rebase/retry checkbox.

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



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