nwtgck / piping-server-rust

Infinitely transfer between every device over pure HTTP with pipes or browsers
MIT License
285 stars 19 forks source link

build(deps): bump hyper-util from 0.1.2 to 0.1.3 #532

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps hyper-util from 0.1.2 to 0.1.3.

Release notes

Sourced from hyper-util's releases.

v0.1.3

Added

  • Add Error::is_connect() which returns true if error came from client Connect.
  • Add timer support to legacy pool.
  • Add support to enable http1/http2 parts of auto::Builder individually.

Fixed

  • Fix auto connection so it can handle requests shorter than the h2 preface.
  • Fix legacy::Client to no longer error when keep-alive is diabled.

New Contributors

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

Changelog

Sourced from hyper-util's changelog.

0.1.3 (2024-01-31)

Added

  • Add Error::is_connect() which returns true if error came from client Connect.
  • Add timer support to legacy pool.
  • Add support to enable http1/http2 parts of auto::Builder individually.

Fixed

  • Fix auto connection so it can handle requests shorter than the h2 preface.
  • Fix legacy::Client to no longer error when keep-alive is diabled.
Commits
  • 9d7c3b9 v0.1.3
  • 08b8d21 fix: auto::Connection can handle requests shorter than h2 preface (#97)
  • 703d8da feat: allow enabling http1/http2 individually for server::auto (#80)
  • 32166f6 feat: Add a Error::is_connect() method (#95)
  • 5c35f28 chore: add semver job to CI
  • bfde94b chore: update to 2021 edition
  • 55b5171 Fix spelling (#89)
  • da6e35b refactor(client): small refactoring (#88)
  • 784109d feat: add timer support for legacy::Pool (#84)
  • b96757e chore: use futures_util::ready (#35)
  • 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)