Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2024

This PR contains the following updates:

Package Type Update Change
hyper (source) dependencies minor 1.4.11.8.1

Release Notes

hyperium/hyper (hyper)

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: 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-lockfile branch from 1a0d2cd to 0d8e63f Compare November 19, 2024 20:32
@renovate renovate bot changed the title fix(deps): update rust crate hyper to v1.5.0 fix(deps): update rust crate hyper to v1.5.1 Nov 19, 2024
@renovate renovate bot changed the title fix(deps): update rust crate hyper to v1.5.1 fix(deps): update rust crate hyper to v1.5.2 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/hyper-1.x-lockfile branch from 0d8e63f to fda9f8f Compare December 16, 2024 17:03
@renovate renovate bot changed the title fix(deps): update rust crate hyper to v1.5.2 fix(deps): update rust crate hyper to v1.6.0 Jan 28, 2025
@renovate renovate bot force-pushed the renovate/hyper-1.x-lockfile branch from fda9f8f to e657931 Compare January 28, 2025 16:39
@renovate renovate bot changed the title fix(deps): update rust crate hyper to v1.6.0 fix(deps): update rust crate hyper to v1.7.0 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/hyper-1.x-lockfile branch from e657931 to 2febc6a Compare August 18, 2025 17:41
@renovate renovate bot changed the title fix(deps): update rust crate hyper to v1.7.0 chore(deps): update rust crate hyper to v1.7.0 Sep 25, 2025
@renovate renovate bot changed the title chore(deps): update rust crate hyper to v1.7.0 chore(deps): update rust crate hyper to v1.8.0 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/hyper-1.x-lockfile branch from 2febc6a to 462d339 Compare November 11, 2025 20:07
@renovate renovate bot force-pushed the renovate/hyper-1.x-lockfile branch from 462d339 to e46c1bb Compare November 14, 2025 00:01
@renovate renovate bot changed the title chore(deps): update rust crate hyper to v1.8.0 chore(deps): update rust crate hyper to v1.8.1 Nov 14, 2025
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.

1 participant