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.23 to 0.14.27 #547

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps hyper from 0.14.23 to 0.14.27.

Release notes

Sourced from hyper's releases.

v0.14.27

Bug Fixes

  • http1:

Features

  • client: include connection info in Client::send_request errors (#2749)

v0.14.26

Features

  • http2: add max_pending_accept_reset_streams configuration option (#3201) (a6f7571a)

New Contributors

v0.14.25

Features

New Contributors

v0.14.24

Bug Fixes

  • body: set an internal max to reserve in to_bytes (4d89adce)
  • server: prevent sending 100-continue if user drops request body (#3138) (92443d7e)

Features

  • http2: add http2_max_header_list_size to hyper::server::Builder (#3006) (031425f0)

... (truncated)

Changelog

Sourced from hyper's changelog.

v0.14.27 (2023-06-26)

Bug Fixes

  • http1:

Features

  • client: include connection info in Client::send_request errors (#2749)

v0.14.26 (2023-04-13)

Features

  • http2: add max_pending_accept_reset_streams configuration option (#3201) (a6f7571a)

v0.14.25 (2023-03-10)

Features

v0.14.24 (2023-02-02)

Bug Fixes

  • body: set an internal max to reserve in to_bytes (4d89adce)
  • server: prevent sending 100-continue if user drops request body (#3138) (92443d7e)

Features

... (truncated)

Commits
  • d77c259 v0.14.27
  • a7b2c82 chore(lib): disable log feature of tower dependency
  • b107655 fix(http1): send error on Incoming body when connection errors (#3256)
  • 32422c4 fix(http1): properly end chunked bodies when it was known to be empty (#3254)
  • 297dc4c feat(client): include connection info in Client::send_request errors (#2749)
  • 00d52e4 v0.14.26
  • a6f7571 feat(http2): add max_pending_accept_reset_streams configuration option (#3201)
  • a9d4e83 v0.14.25
  • 645db19 docs(lib): document backport and deprecated features (#3166)
  • fc111eb chore(ci): test deprecations in CI (#3162)
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner June 26, 2023 23:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 26, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jun 27, 2023

Codecov Report

Merging #547 (a5cae39) into main (67b0f90) will decrease coverage by 0.29%.
The diff coverage is n/a.

❗ Current head a5cae39 differs from pull request most recent head a491171. Consider uploading reports for the commit a491171 to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #547      +/-   ##
==========================================
- Coverage   55.68%   55.39%   -0.29%     
==========================================
  Files          48       47       -1     
  Lines        9973     9839     -134     
==========================================
- Hits         5553     5450     -103     
+ Misses       4420     4389      -31     
Flag Coverage Δ
test 55.39% <ø> (-0.29%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 23 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 238f275...a491171. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.14.27 branch 2 times, most recently from 9446878 to a5cae39 Compare July 7, 2023 08:29
@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.14.27 branch from a5cae39 to 903d4cd Compare July 14, 2023 12:50
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.23 to 0.14.27.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.27/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.23...v0.14.27)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.14.27 branch from 903d4cd to a491171 Compare July 16, 2023 13:48
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 18, 2023

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

@dependabot dependabot bot closed this Jul 18, 2023
@dependabot dependabot bot deleted the dependabot/cargo/hyper-0.14.27 branch July 18, 2023 09:46
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