MarcelCoding / zia

Proxy UDP over WebSocket - useful to use WireGuard in restricted networks.
GNU Affero General Public License v3.0
34 stars 10 forks source link

Bump hyper-util from 0.1.1 to 0.1.2 #120

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps hyper-util from 0.1.1 to 0.1.2.

Release notes

Sourced from hyper-util's releases.

v0.1.2

Added

  • Add graceful_shutdown() method to auto connections.
  • Add rt::TokioTimer type that implements hyper::rt::Timer.
  • Add service::TowerToHyperService adapter, allowing using tower::Services as a hyper::service::Service.
  • Implement Clone for auto::Builder.
  • Exports legacy::{Builder, ResponseFuture}.

Fixed

  • Enable HTTP/1 upgrades on the legacy::Client.
  • Prevent divide by zero if DNS returns 0 addresses.

New Contributors

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.1...v0.1.2

Changelog

Sourced from hyper-util's changelog.

0.1.2 (2023-12-20)

Added

  • Add graceful_shutdown() method to auto connections.
  • Add rt::TokioTimer type that implements hyper::rt::Timer.
  • Add service::TowerToHyperService adapter, allowing using tower::Services as a hyper::service::Service.
  • Implement Clone for auto::Builder.
  • Exports legacy::{Builder, ResponseFuture}.

Fixed

  • Enable HTTP/1 upgrades on the legacy::Client.
  • Prevent divide by zero if DNS returns 0 addresses.
Commits
  • a5e34eb v0.1.2
  • 85a92f3 Support graceful shutdown on "auto conn" (#66)
  • 61724d1 feat: tower should be an optional dependency (#79)
  • 99409f5 fix(client): divide by zero error if DNS returns 0 addrs (#76)
  • 7af1744 feat: Add TokioTimer to rt::tokio module (#73)
  • 1dd414e feat: export legacy::ResponseFuture (#75)
  • 1427d1b fix: enable http1 upgrades in legacy client (#74)
  • 475dd1a feat: implement Clone for server auto::Builder (#72)
  • f0117db chore(common): remove unused file (#71)
  • bca85f7 feat: export client::legacy::Builder (#69)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 8 months ago

Looks like hyper-util is up-to-date now, so this is no longer needed.