nginxinc / ngx-rust

Rust binding for NGINX
Apache License 2.0
719 stars 59 forks source link

Bump hyper from 0.11.7 to 0.14.25 #25

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hyper from 0.11.7 to 0.14.25.

Release notes

Sourced from hyper's releases.

v0.14.25

Features

New Contributors

v0.14.24

Bug Fixes

  • body: set an internal max to reserve in to_bytes (4d89adce)
  • server: prevent sending 100-continue if user drops request body (#3138) (92443d7e)

Features

  • http2: add http2_max_header_list_size to hyper::server::Builder (#3006) (031425f0)

New Contributors

v0.14.23

Bug Fixes

  • http2: Fix race condition in client dispatcher (#3041) (2f1c0b72, closes #2419)
  • dependencies: Really fix compile-time feature for socket2 dependency.

New Contributors

v0.14.22

Bug Fixes

  • server: fix compile-time cfgs for TCP keepalive options (#3039) (e8765e0f, closes #3038)

v0.14.21

Bug Fixes

... (truncated)

Changelog

Sourced from hyper's changelog.

v0.14.25 (2023-03-10)

Features

v0.14.24 (2023-02-02)

Bug Fixes

  • body: set an internal max to reserve in to_bytes (4d89adce)
  • server: prevent sending 100-continue if user drops request body (#3138) (92443d7e)

Features

  • http2: add http2_max_header_list_size to hyper::server::Builder (#3006) (031425f0)

v0.14.23 (2022-11-07)

Bug Fixes

v0.14.22 (2022-10-31)

Bug Fixes

  • server: fix compile-time cfgs for TCP keepalive options (#3039) (e8765e0f, closes #3038)

v0.14.21 (2022-10-31)

Bug Fixes

... (truncated)

Commits
  • a9d4e83 v0.14.25
  • 645db19 docs(lib): document backport and deprecated features (#3166)
  • fc111eb chore(ci): test deprecations in CI (#3162)
  • 86bc750 refactor(server): allow deprecated in the server module (#3165)
  • 02fe20f feat(server): deprecate server conn structs (#3161)
  • 84881c9 feat(server): backport the split server conn modules from 1.0 (#3102)
  • 0368a41 feat(server): remove some Unpin and 'static constraints (#3119)
  • 0ced15d feat(client): deprecate client::conn types (#3156)
  • 253cc74 feat(client): add 1.0 compatible client conn API (#3155)
  • c849339 feat(client): add client::connect::capture_connection() (#3144)
  • 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nginxinc/ngx-rust/network/alerts).
dependabot[bot] commented 1 year ago

Looks like hyper is no longer a dependency, so this is no longer needed.