Skip to content

Bump hyper from 0.14.32 to 1.10.1 in /jupiter-rs#51

Merged
sabieber merged 3 commits into
mainfrom
dependabot/cargo/jupiter-rs/hyper-1.10.1
Jul 14, 2026
Merged

Bump hyper from 0.14.32 to 1.10.1 in /jupiter-rs#51
sabieber merged 3 commits into
mainfrom
dependabot/cargo/jupiter-rs/hyper-1.10.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps hyper from 0.14.32 to 1.10.1.

Release notes

Sourced from hyper's releases.

v1.10.1

What's Changed

Full Changelog: hyperium/hyper@v1.10.0...v1.10.1

v1.10.0

Features

Bug Fixes

  • http1:
  • http2:
    • do not reserve capacity before body data is available (#4061) (99f24345, closes #4003)
    • reading trailers shouldn't propagate NO_ERROR from early response (#3998) (e5ad96b1)

Refactors, chores, et al

New Contributors

... (truncated)

Changelog

Sourced from hyper's changelog.

v1.10.1 (2026-05-29)

Bug Fixes

  • http1: fix busy loop when peer half-closes and open body (#4086) (c6cb906f, closes #4085)

v1.10.0 (2026-05-27)

Bug Fixes

  • http1:
  • http2:
    • do not reserve capacity before body data is available (#4061) (99f24345, closes #4003)
    • reading trailers shouldn't propagate NO_ERROR from early response (#3998) (e5ad96b1)

Features

v1.9.0 (2026-03-31)

Bug Fixes

  • ffi: validate null pointers before dereferencing in request/response functions (#4038 (28e73ccd)
  • http1:
  • http2:
    • cancel sending client request body on response future drop (#4042) (5b17a69e, closes #4040)
    • non-utf8 char in Connection header may cause panic when calling to_str (#4019) (c36ca8a5)

Features

  • client:
  • error: add 'Error::is_parse_version_h2' method (393c77c7)

... (truncated)

Commits

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 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.32 to 1.10.1.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.32...v1.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added ⬆️ Dependencies Pull requests that update a dependency file 🛠️ Maintenance Translations, Code Cleanup, ... labels Jun 15, 2026
sabieber and others added 2 commits July 14, 2026 22:35
Completes the dependabot hyper 0.14 -> 1.10 bump, which alone left both
hyper versions in the tree because hyper-tls 0.5 still pulls hyper 0.14.
Joins the sibling hyper-tls 0.6 bump (built for hyper 1.0) so the old
hyper is dropped entirely, and adds hyper-util and http-body-util for the
client, server and body types that moved out of the hyper core crate.

Client (background.rs): Client -> hyper_util legacy Client with a
TokioExecutor, Body::empty() -> http_body_util Empty, and response
streaming via BodyExt::into_data_stream() since Incoming is no longer a
Stream. Test server (mod.rs): make_service_fn/hyper::server::Server are
gone, replaced by a TcpListener accept loop serving http1 connections
over hyper_util TokioIo.

Assisted-by: Claude Opus 4.8 (claude-opus-4-8)

SIRI-1177
@sabieber sabieber merged commit e3b2959 into main Jul 14, 2026
2 checks passed
@sabieber sabieber deleted the dependabot/cargo/jupiter-rs/hyper-1.10.1 branch July 14, 2026 20:45
@sabieber sabieber added the 🤖 AI-Assisted Created with significant assistance of artificial intelligence tools label Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 AI-Assisted Created with significant assistance of artificial intelligence tools ⬆️ Dependencies Pull requests that update a dependency file 🛠️ Maintenance Translations, Code Cleanup, ...

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant