Skip to content

Comments

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

Merged
sylvestre merged 1 commit intomainfrom
dependabot/cargo/hyper-util-0.1.3
Feb 20, 2024
Merged

build(deps): bump hyper-util from 0.1.2 to 0.1.3#2099
sylvestre merged 1 commit intomainfrom
dependabot/cargo/hyper-util-0.1.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

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: hyperium/hyper-util@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 <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 19, 2024
@sylvestre sylvestre merged commit 5dc97c6 into main Feb 20, 2024
@sylvestre sylvestre deleted the dependabot/cargo/hyper-util-0.1.3 branch February 20, 2024 07:48
tottoto added a commit to tottoto/sccache that referenced this pull request Feb 6, 2026
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 Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant