Skip to content

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

Open
elmarx wants to merge 1 commit into
masterfrom
renovate/hyper-1.x-lockfile
Open

fix(deps): update rust crate hyper to v1.10.1#113
elmarx wants to merge 1 commit into
masterfrom
renovate/hyper-1.x-lockfile

Conversation

@elmarx

@elmarx elmarx commented Aug 19, 2025

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
hyper (source) dependencies minor 1.6.0 -> 1.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

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 is behind base branch, 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 has been generated by Renovate Bot.

@elmarx elmarx force-pushed the renovate/hyper-1.x-lockfile branch from 4ae2e38 to 9d2feef Compare November 12, 2025 06:14
@elmarx elmarx changed the title fix(deps): update rust crate hyper to v1.7.0 fix(deps): update rust crate hyper to v1.8.0 Nov 12, 2025
@elmarx elmarx force-pushed the renovate/hyper-1.x-lockfile branch from 9d2feef to c3b6db8 Compare November 14, 2025 06:14
@elmarx elmarx changed the title fix(deps): update rust crate hyper to v1.8.0 fix(deps): update rust crate hyper to v1.8.1 Nov 14, 2025
@elmarx elmarx force-pushed the renovate/hyper-1.x-lockfile branch from c3b6db8 to dab58ee Compare November 18, 2025 06:24
@elmarx elmarx force-pushed the renovate/hyper-1.x-lockfile branch from dab58ee to 414c507 Compare April 1, 2026 06:48
@elmarx elmarx changed the title fix(deps): update rust crate hyper to v1.8.1 fix(deps): update rust crate hyper to v1.9.0 Apr 1, 2026
@elmarx elmarx force-pushed the renovate/hyper-1.x-lockfile branch from 414c507 to ab74093 Compare May 28, 2026 07:39
@elmarx elmarx changed the title fix(deps): update rust crate hyper to v1.9.0 fix(deps): update rust crate hyper to v1.10.0 May 28, 2026
@elmarx elmarx force-pushed the renovate/hyper-1.x-lockfile branch from ab74093 to 5eba2f0 Compare May 30, 2026 07:14
@elmarx elmarx changed the title fix(deps): update rust crate hyper to v1.10.0 fix(deps): update rust crate hyper to v1.10.1 May 30, 2026
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