Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hyper from 0.14.27 to 0.14.32 #104

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2024

Bumps hyper from 0.14.27 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

v0.14.28

Features

  • body: deprecate to_bytes() and aggregate() (#3466) (7f382ad6)
  • client: add conn::http1::Connection::without_shutdown() method (#3431) (ad504977)
  • server: add Builder::local_addr() (#3278) (d342c2c7)

... (truncated)

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)

v0.14.28 (2023-12-18)

Bug Fixes

  • client:
    • panic when pool idle timeout set to zero (#3365) (34d38008)
    • divide by zero error when DNS returns no addrs (#3355) (41eaf204)
    • Do not strip path and scheme components from URIs for HTTP/2 Extended CONNEC (45aa6249)
    • early respond from server shouldn't propagate reset error (#3274) (aac6760e, closes #2872)
  • http1:

... (truncated)

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

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 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)

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 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.27...v0.14.32)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 24, 2024
@github-actions github-actions bot added the stale label Jan 8, 2025
@github-actions github-actions bot closed this Jan 16, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/hyper-0.14.32 branch January 16, 2025 08:05
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 stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants