Skip to content

fix(deps): update rust crate hyper to v1.10.1#36

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hyper-1.x
Open

fix(deps): update rust crate hyper to v1.10.1#36
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hyper-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 25, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
hyper dependencies minor v1.4.1v1.10.1

Release Notes

hyperium/hyper (hyper)

v1.10.1

Compare Source

Bug Fixes

v1.10.0

Compare Source

Bug Fixes
Features

v1.9.0

Compare Source

Bug Fixes
Features
  • client:
  • error: add 'Error::is_parse_version_h2' method (393c77c7)
  • http1: add UpgradeableConnection::into_parts (e21205cf)
v1.8.1 (2025-11-13)
Bug Fixes

v1.8.1

Compare Source

Bug Fixes

v1.8.0

Compare Source

Bug Fixes
Features
  • rt: add Timer::now() method to allow overriding the instant returned (#​3965) (5509ebe6)
Breaking Changes
  • The HTTP/2 client connection no longer allows an executor
    that can not spawn itself.

    This was an oversight originally. The client connection will now include spawning
    a future that keeps a copy of the executor to spawn other futures. Thus, if it is
    !Send, it needs to spawn !Send futures. The likelihood of executors that match
    the previously allowed behavior should be very remote.

    There is also technically a semver break in here, which is that the
    Http2ClientConnExec trait no longer dyn-compatible, because it now expects to
    be Clone. This should not break usage of the conn builder, because it already
    separately had E: Clone bounds. If someone were using dyn Http2ClientConnExec,
    that will break. However, there is no purpose for doing so, and it is not usable
    otherwise, since the trait only exists to propagate bounds into hyper. Thus, the
    breakage should not affect anyone.
    (58e0e7dc)

v1.7.0

Compare Source

Bug Fixes
Features

v1.6.0

Compare Source

Bug Fixes
Features
Breaking Changes
  • http2::Builder::max_local_error_reset_streams() now takes &mut self and returns &mut Self. In practice, this shouldn't break almost anyone. It was the wrong receiver and return types.
    (e981a91e)
v1.5.2 (2024-12-16)
Bug Fixes
Features
v1.5.1 (2024-11-19)
Bug Fixes
  • http2:
    • pass proper value to h2 max_local_error_reset_streams (4a20147a)
    • improve graceful shutdown during handshake (#​3729) (13b05943)

v1.5.2

Compare Source

Bug Fixes
Features

v1.5.1

Compare Source

Bug Fixes
  • http2:
    • pass proper value to h2 max_local_error_reset_streams (4a20147a)
    • improve graceful shutdown during handshake (#​3729) (13b05943)

v1.5.0

Compare Source

Bug Fixes
Features
  • client: Add HTTP/2 builder options header_table_size() and max_concurrent_streams() (4c84e8c1)
  • rt: add ReadBufCursor methods remaining() and put_slice() (#​3700) (5a13041e)
v1.4.1 (2024-07-09)
Bug Fixes
  • http1: reject final chunked if missing 0 (8e5de1bb)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/hyper-1.x branch from 32cab5c to 3366a03 Compare November 11, 2025 14:44
@renovate renovate Bot changed the title fix(deps): update rust crate hyper to v1.7.0 fix(deps): update rust crate hyper to v1.8.0 Nov 11, 2025
@renovate renovate Bot force-pushed the renovate/hyper-1.x branch from 3366a03 to 9d152c5 Compare November 13, 2025 23:40
@renovate renovate Bot changed the title fix(deps): update rust crate hyper to v1.8.0 fix(deps): update rust crate hyper to v1.8.1 Nov 13, 2025
@renovate renovate Bot force-pushed the renovate/hyper-1.x branch from 9d152c5 to 934c204 Compare March 31, 2026 16:44
@renovate renovate Bot changed the title fix(deps): update rust crate hyper to v1.8.1 fix(deps): update rust crate hyper to v1.9.0 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/hyper-1.x branch from 934c204 to 8fd9fa0 Compare May 27, 2026 20:13
@renovate renovate Bot changed the title fix(deps): update rust crate hyper to v1.9.0 fix(deps): update rust crate hyper to v1.10.0 May 27, 2026
@renovate renovate Bot changed the title fix(deps): update rust crate hyper to v1.10.0 fix(deps): update rust crate hyper to v1.10.1 May 31, 2026
@renovate renovate Bot force-pushed the renovate/hyper-1.x branch from 8fd9fa0 to 259d53d Compare May 31, 2026 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants