fix(deps): update rust crate hyper to v1.11.0 - #113
Open
elmarx wants to merge 1 commit into
Open
Conversation
elmarx
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
November 12, 2025 06:14
4ae2e38 to
9d2feef
Compare
elmarx
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
November 14, 2025 06:14
9d2feef to
c3b6db8
Compare
elmarx
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
November 18, 2025 06:24
c3b6db8 to
dab58ee
Compare
elmarx
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
April 1, 2026 06:48
dab58ee to
414c507
Compare
elmarx
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
May 28, 2026 07:39
414c507 to
ab74093
Compare
elmarx
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
May 30, 2026 07:14
ab74093 to
5eba2f0
Compare
elmarx
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
July 21, 2026 08:42
5eba2f0 to
4e1f65e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.0->1.11.0Release Notes
hyperium/hyper (hyper)
v1.11.0Compare Source
Bug Fixes
Upgradedwrites without send capacity (#4102) (aecf5abf)Features
ReadBufCursor::initialized_unfilled()method (#4115) (ccc1e850)v1.10.1 (2026-05-29)
Bug Fixes
v1.10.1Compare Source
Bug Fixes
v1.10.0Compare Source
Bug Fixes
NO_ERRORfrom early response (#3998) (e5ad96b1)Features
reset_stream_duration()client option (#4068) (156a6f6a, closes #2599)v1.9.0Compare Source
Bug Fixes
Features
max_local_error_reset_streamsoption (#4021) (57787459)v1.8.1 (2025-11-13)
Bug Fixes
v1.8.1Compare Source
Bug Fixes
v1.8.0Compare Source
Bug Fixes
Features
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!Sendfutures. The likelihood of executors that matchthe previously allowed behavior should be very remote.
There is also technically a semver break in here, which is that the
Http2ClientConnExectrait no longer dyn-compatible, because it now expects tobe
Clone. This should not break usage of theconnbuilder, because it alreadyseparately had
E: Clonebounds. If someone were usingdyn 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.0Compare Source
Bug Fixes
Features
TrySendError::error()method (#3885) (efa0b269)TrySendError::message()method (#3884) (03fd6aff)Error::is_shutdown()(#3863) (b8affd8a, closes #2745)allow_multiple_spaces_in_request_line_delimitershttp1 builder method (#3929) (9749184f)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.
This PR has been generated by Renovate Bot.