dmolokanov / appinsights-rs

Application Insights SDK for Rust
MIT License
33 stars 25 forks source link

Bump hyper from 0.14.4 to 0.14.17 #252

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps hyper from 0.14.4 to 0.14.17.

Release notes

Sourced from hyper's releases.

v0.14.17

Bug Fixes

  • client: avoid panics in uses of Instant on buggy OSes (#2746) (dcdd6d10)

Features

New Contributors

v0.14.16

Features

  • http2: add http2_max_send_buf_size option to client and server (bff977b7)
  • server: add HTTP/1 header read timeout option (#2675) (842c6553, closes #2457)

Bug Fixes

  • http1: return 414 when URI contains more than 65534 characters (#2706) (5f938fff, closes #2701)
  • http2: received Body::size_hint() now return 0 if implicitly empty (#2715) (84b78b6c)
  • server: use case-insensitive comparison for Expect: 100-continue (#2709) (7435cc33, closes #2708)

New Contributors

v0.14.15

Bug Fixes

  • client: cancel blocking DNS lookup if GaiFuture is dropped (174b553d)

Features

  • http1: add http1_writev(bool) options to Client and Server builders, to allow forcing vectored writes (80627141)
  • upgrade: allow http upgrades with any body type (ab469eb3)

New Contributors

... (truncated)

Changelog

Sourced from hyper's changelog.

v0.14.17 (2022-02-10)

Bug Fixes

Features

v0.14.16 (2021-12-09)

Bug Fixes

  • http1: return 414 when URI contains more than 65534 characters (#2706) (5f938fff, closes #2701)
  • http2: received Body::size_hint() now return 0 if implicitly empty (#2715) (84b78b6c)
  • server: use case-insensitive comparison for Expect: 100-continue (#2709) (7435cc33, closes #2708)

Features

  • http2: add http2_max_send_buf_size option to client and server (bff977b7)
  • server: add HTTP/1 header read timeout option (#2675) (842c6553, closes #2457)

v0.14.15 (2021-11-16)

Bug Fixes

  • client: cancel blocking DNS lookup if GaiFuture is dropped (174b553d

Features

  • http1: add http1_writev(bool) options to Client and Server builders, to allow forcing vectored writes (80627141)
  • upgrade: allow http upgrades with any body type (ab469eb3)

v0.14.14 (2021-10-22)

Bug Fixes

  • client:
    • make ResponseFuture implement Sync (bd6c35b9)

... (truncated)

Commits
  • c734b79 v0.14.17
  • 1f0c177 feat(http1): implement obsolete line folding (#2734)
  • 5ec094c feat(client): implement the HTTP/2 extended CONNECT protocol from RFC 8441 (#...
  • 6932896 feat(error): add Error::message (#2737)
  • dcdd6d1 fix(client): avoid panics in uses of Instant (#2746)
  • f1b89c1 refactor(client): use Box\<str> inside dns::Name (#2727)
  • 02f3630 chore(dependencies): update to itoa 1
  • f44f726 style(http1): correct indentation
  • e8cccce docs(contrib): add ISSUES doc
  • 9ee7323 docs(dev): rename dev docs directory to 'docs'
  • 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[bot] commented 2 years ago

Superseded by #257.