Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2020

Bumps hyper from 0.10.16 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)

v0.13.6

Features

  • body: remove Sync bound for Body::wrap_stream (042c7706)
  • http2: allow configuring the HTTP/2 frame size (b6446456)

v0.13.5

Bug Fixes

  • server: fix panic in Connection::graceful_shutdown (fce3ddce)

v0.13.4

Bug Fixes

  • http1: try to drain connection buffer if user drops Body (d838d54f)

Features

  • http2: add HTTP2 keep-alive support for client and server (9a8413d9)

v0.13.3

Features

v0.13.2

Bug Fixes

  • body: return exactly 0 SizeHint for empty body (#2122) (dc882047)
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)

v0.13.6 (2020-05-29)

Features

  • body: remove Sync bound for Body::wrap_stream (042c7706)
  • http2: allow configuring the HTTP/2 frame size (b6446456)

v0.13.5 (2020-04-17)

Bug Fixes

  • server: fix panic in Connection::graceful_shutdown (fce3ddce)

v0.13.4 (2020-03-20)

Bug Fixes

  • http1: try to drain connection buffer if user drops Body (d838d54f)

Features

  • http2: add HTTP2 keep-alive support for client and server (9a8413d9)

v0.13.3 (2020-03-03)

Features

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2020
@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.13.7 branch from 3f4371b to f61856f Compare July 20, 2020 16:55
@Dandandan
Copy link
Collaborator

@dependabot rebase

@Dandandan
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.13.7 branch from f61856f to b99bb99 Compare August 4, 2020 20:22
@Dandandan
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.13.7 branch from b99bb99 to a7bc5c1 Compare August 4, 2020 21:33
@dependabot dependabot bot force-pushed the dependabot/cargo/hyper-0.13.7 branch from a7bc5c1 to d125319 Compare August 4, 2020 22:25
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2020

Superseded by #137.

@dependabot dependabot bot closed this Dec 10, 2020
@dependabot dependabot bot deleted the dependabot/cargo/hyper-0.13.7 branch December 10, 2020 06:02
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.

2 participants