Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Bump hyper from 0.14.13 to 0.14.14#32

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/hyper-0.14.14
Closed

Bump hyper from 0.14.13 to 0.14.14#32
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/hyper-0.14.14

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2021

Bumps hyper from 0.14.13 to 0.14.14.

Release notes

Sourced from hyper's releases.

v0.14.14

Bug Fixes

  • client:
    • make ResponseFuture implement Sync (bd6c35b9)
    • remove ipv6 square brackets before resolving (910e0268)

Features

  • http2: always include original h2 error on broken pipe (6169db25)
  • server: Remove Send + Sync requirement for Body in with_graceful_shutdown (1d553e52)
Changelog

Sourced from hyper's changelog.

v0.14.14 (2021-10-22)

Bug Fixes

  • client:
    • make ResponseFuture implement Sync (bd6c35b9)
    • remove ipv6 square brackets before resolving (910e0268)

Features

  • h2: always include original h2 error on broken pipe (6169db25)
  • server: Remove Send + Sync requirement for Body in with_graceful_shutdown (1d553e52)
Commits
  • b5022f3 v0.14.14
  • bd6c35b fix(client): make ResponseFuture implement Sync
  • d0c6aaa chore(ci): only run cargo check on MSRV, not tests
  • e48519a refactor(http1): adjust a few tracing event outputs
  • 55a61c0 test(client): remove unneeded ipv6 dns parse test
  • 910e026 fix(client): remove ipv6 square brackets before resolving
  • 1d553e5 feat(server): Remove Send + Sync requirement for Body in with_graceful_shutdown
  • 7feab2f test(server): Use a !Send and !Sync HttpBody in an example
  • 6169db2 feat(h2): always include original h2 error on broken pipe
  • ecd5dc1 docs(contrib): add Minimum Support Rust Version (MSRV) policy
  • 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)

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.13 to 0.14.14.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.13...v0.14.14)

---
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 added the dependencies Pull requests that update a dependency file label Oct 25, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2021

Superseded by #39.

@dependabot dependabot bot closed this Nov 22, 2021
@dependabot dependabot bot deleted the dependabot/cargo/hyper-0.14.14 branch November 22, 2021 04:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants