Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hyper from 0.14.9 to 0.14.11 #83

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps hyper from 0.14.9 to 0.14.11.

Release notes

Sourced from hyper's releases.

v0.14.11

Bug Fixes

  • client: retry when pool checkout returns closed HTTP2 connection (#2585) (52214f39)
  • http2:
    • improve I/O errors emitted by H2Upgraded (#2598) (f51c677d)
    • preserve proxy-authenticate and proxy-authorization headers (#2597) (52435701)

Features

  • ffi: add hyper_request_on_informational (25d18c0b)

v0.14.10

Bug Fixes

Features

  • ffi: add option to get raw headers from response (8c89a8c1)
Changelog

Sourced from hyper's changelog.

v0.14.11 (2021-07-21)

Bug Fixes

  • client: retry when pool checkout returns closed HTTP2 connection (#2585) (52214f39)
  • http2:
    • improve I/O errors emitted by H2Upgraded (#2598) (f51c677d)
    • preserve proxy-authenticate and proxy-authorization headers (#2597) (52435701)

Features

  • ffi: add hyper_request_on_informational (25d18c0b)

v0.14.10 (2021-07-07)

Bug Fixes

  • http1:
    • reject content-lengths that have a plus sign prefix (06335158)
    • protect against overflow in chunked decoder (efd9a982)

Features

  • ffi: add option to get raw headers from response (8c89a8c1)
Commits
  • 19f38b3 v0.14.11
  • 0112d35 refactor(error): mark TransferEncodingInvalid variant only with server feature
  • f70c8ff docs(example): add a get query method to params example (#2601)
  • f51c677 fix(http2): improve I/O errors emitted by H2Upgraded (#2598)
  • 090ee08 refactor(http1): reject newlines in chunked extensions
  • 52214f3 fix(client): retry when pool checkout returns closed HTTP2 connection (#2585)
  • 5243570 fix(http2): preserve proxy-authenticate and proxy-authorization headers (...
  • 25d18c0 feat(ffi): add hyper_request_on_informational
  • 1cd40b7 docs(README): update crates.io badge
  • 9b69cbc v0.14.10
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.9 to 0.14.11.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.9...v0.14.11)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 6, 2022
@N0D4N N0D4N merged commit b5b523c into master Jun 6, 2022
@N0D4N N0D4N deleted the dependabot/cargo/hyper-0.14.11 branch June 6, 2022 19:56
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