queer / squish

An experimental, rootless, Alpine-based container runtime
Other
22 stars 2 forks source link

chore(deps): bump hyper from 0.14.13 to 0.14.14 #33

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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)