marad / hyper-router

Simple routing middleware for rust HTTP library hyper.
52 stars 23 forks source link

Bump hyper from 0.12.35 to 0.13.7 #44

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps hyper from 0.12.35 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #47.