aslamplr / gh-cli

🖥 Yet another unofficial GitHub CLI! Minimalistic, opinionated, and unofficial by default.
https://github.com/aslamplr/gh-cli#gh-cli
MIT License
8 stars 1 forks source link

Bump hyper from 0.13.6 to 0.13.7 #126

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps hyper from 0.13.6 to 0.13.7.

Release notes

Sourced from hyper's releases.

v0.13.7

Bug Fixes

  • client: don't panic in DNS resolution when task cancelled (#2229) (0d0d3635)

Features

  • client: impl tower_service::Service for &Client (#2089) (77c3b5bc)
  • http2: configure HTTP/2 frame size in the high-level builders too (#2214) (2354a7ee)
  • lib: Move from log to tracing in a backwards-compatible way (#2204) (9832aef9)
Changelog

Sourced from hyper's changelog.

v0.13.7 (2020-07-13)

Bug Fixes

  • client: don't panic in DNS resolution when task cancelled (#2229) (0d0d3635)

Features

  • client: impl tower_service::Service for &Client (#2089) (77c3b5bc)
  • http2: configure HTTP/2 frame size in the high-level builders too (#2214) (2354a7ee)
  • lib: Move from log to tracing in a backwards-compatible way (#2204) (9832aef9)
Commits
  • 4216b2d v0.13.7
  • 8f6d0a2 docs(readme): replace irc links with discord links
  • 9832aef feat(lib): Move from log to tracing in a backwards-compatible way (#2204)
  • 77c3b5b feat(client): impl tower_service::Service for &Client (#2089)
  • 07f2fd1 refactor(h1): use futures::ready! in a few places
  • 981d26d perf(h2): forward Buf::bytes_vectored to SendBuf
  • 55ba000 docs(service): add example of impl Service (#2209)
  • 0d0d363 fix(client): don't panic in DNS resolution when task cancelled (#2229)
  • 9998f0f refactor(lib): remove pin related unsafe code (#2220)
  • d5d09ed refactor(lib): Remove uses of pin_project::project attribute (#2219)
  • 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)