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.13.10 to 0.14.18 #196

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2022

Bumps hyper from 0.13.10 to 0.14.18.

Release notes

Sourced from hyper's releases.

v0.14.18

Bug Fixes

  • ffi: don't build C libraries by default (1c663706)

Features

  • client: add HttpInfo::local_addr() method (055b4e7e, closes #2767)

New Contributors

v0.14.17

Bug Fixes

  • client: avoid panics in uses of Instant on buggy OSes (#2746) (dcdd6d10)

Features

New Contributors

v0.14.16

Features

  • http2: add http2_max_send_buf_size option to client and server (bff977b7)
  • server: add HTTP/1 header read timeout option (#2675) (842c6553, closes #2457)

Bug Fixes

  • http1: return 414 when URI contains more than 65534 characters (#2706) (5f938fff, closes #2701)
  • http2: received Body::size_hint() now return 0 if implicitly empty (#2715) (84b78b6c)
  • server: use case-insensitive comparison for Expect: 100-continue (#2709) (7435cc33, closes #2708)

New Contributors

... (truncated)

Changelog

Sourced from hyper's changelog.

v0.14.18 (2022-03-22)

Bug Fixes

  • ffi: don't build C libraries by default (1c663706)

Features

  • client: add HttpInfo::local_addr() method (055b4e7e, closes #2767)

v0.14.17 (2022-02-10)

Bug Fixes

Features

v0.14.16 (2021-12-09)

Bug Fixes

  • http1: return 414 when URI contains more than 65534 characters (#2706) (5f938fff, closes #2701)
  • http2: received Body::size_hint() now return 0 if implicitly empty (#2715) (84b78b6c)
  • server: use case-insensitive comparison for Expect: 100-continue (#2709) (7435cc33, closes #2708)

Features

  • http2: add http2_max_send_buf_size option to client and server (bff977b7)
  • server: add HTTP/1 header read timeout option (#2675) (842c6553, closes #2457)

v0.14.15 (2021-11-16)

Bug Fixes

  • client: cancel blocking DNS lookup if GaiFuture is dropped (174b553d

... (truncated)

Commits
  • 53f15e5 v0.14.18
  • 740654e refactor(error): improve error message when user body ends early
  • 1e9cd4f docs(ffi): document nightly requirement for FFI
  • bd591f4 chore(ci): test FFI on CI using nightly
  • 1c66370 fix(ffi): don't build C libraries by default
  • 055b4e7 feat(client): add HttpInfo::local_addr() method
  • ce2bfa9 docs(conduct): add custom CODE_OF_CONDUCT
  • 6464c0e docs(upgrade): fix typo in upgrade docs (#2765)
  • 7534522 chore(ci): increase MSRV to 1.49
  • 4fcfe1f docs(client): Add tcp feature for Client::new docs
  • 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 added the dependencies Pull requests that update a dependency file label Mar 29, 2022
@coveralls
Copy link

coveralls commented Mar 29, 2022

Pull Request Test Coverage Report for Build 2350861170

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 2.184%

Totals Coverage Status
Change from base Build 2350851958: 0.0%
Covered Lines: 94
Relevant Lines: 4305

💛 - Coveralls

@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.14.18 branch from 12da77f to dc73670 Compare March 30, 2022 12:06
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.14.18 branch from dc73670 to 7194d42 Compare April 10, 2022 20:35
@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.14.18 branch 2 times, most recently from b488a09 to bd14d79 Compare May 13, 2022 09:50
Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.10 to 0.14.18.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.13.10...v0.14.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.14.18 branch from bd14d79 to 279543b Compare May 19, 2022 08:59
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 13, 2022

Superseded by #286.

@dependabot dependabot bot closed this Jun 13, 2022
@dependabot dependabot bot deleted the dependabot/cargo/hyper-0.14.18 branch June 13, 2022 12:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant