Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps hyper from 0.14.28 to 0.14.32.

Release notes

Sourced from hyper's releases.

v0.14.32

Features

  • server: add Builder::max_pending_accept_reset_streams(num) option (a24f0c0)

Bug Fixes

  • http1: fix intermittent panic parsing partial headers (0f274ae)

New Contributors

Full Changelog: hyperium/hyper@v0.14.31...v0.14.32

v0.14.31

Bug Fixes

  • http1: improve performance of parsing sequentially partial messages (97b595e)

v0.14.30

Bug Fixes

  • http1: reject final chunked if missing 0 (4a51b2af)

v0.14.29

Bug Fixes

  • http1: start header read timeout immediately (#3305) (b5c2592f)

Features

  • http2: add config for max_local_error_reset_streams in server (#3528) (dedcb674)

New Contributors

Full Changelog: hyperium/hyper@v0.14.28...v0.14.29

Changelog

Sourced from hyper's changelog.

v0.14.32 (2024-12-16)

Features

  • server: add Builder::max_pending_accept_reset_streams(num) option (a24f0c0)

Bug Fixes

  • http1: fix intermittent panic parsing partial headers (0f274ae)

v0.14.31 (2024-10-15)

Bug Fixes

  • http1: improve performance of parsing sequentially partial messages (97b595e)

v0.14.30 (2024-07-09)

Bug Fixes

  • http1: reject final chunked if missing 0 (4a51b2af)

v0.14.29 (2024-06-03)

Bug Fixes

  • http1: start header read timeout immediately (#3305) (b5c2592f)

Features

  • http2: add config for max_local_error_reset_streams in server (#3528) (dedcb674)
Commits
  • d7bab92 v0.14.32
  • 0f274ae fix(http1): fix intermitent panic parsing partial headers (#3813)
  • a24f0c0 feat(server): backport max_pending_accept_reset_streams() to builder (#3796)
  • 9655084 chore(ci): pin hashbrown for MSRV job (#3797)
  • 7829148 v0.14.31
  • 97b595e perf(http1): improve parsing of sequentially partial messages
  • 739d5e6 chore(ci): pin some deps for MSRV job
  • b7e5b4a style(capi): update format of hyper.h
  • 618a185 v0.14.30
  • 4a51b2a fix(http1): reject final chunked if missing 0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 0.14.32.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.32/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.28...v0.14.32)

---
updated-dependencies:
- dependency-name: hyper
  dependency-version: 0.14.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 12, 2025
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant