chore(deps): update rust crate hyper to v1.11.0 - #44
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
November 19, 2024 20:32
1a0d2cd to
0d8e63f
Compare
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
December 16, 2024 17:03
0d8e63f to
fda9f8f
Compare
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
January 28, 2025 16:39
fda9f8f to
e657931
Compare
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
August 18, 2025 17:41
e657931 to
2febc6a
Compare
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
2 times, most recently
from
November 14, 2025 00:01
462d339 to
e46c1bb
Compare
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
February 25, 2026 10:25
e46c1bb to
ce3163a
Compare
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
March 31, 2026 21:06
ce3163a to
a19912e
Compare
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
May 27, 2026 17:11
a19912e to
5ad6c95
Compare
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
May 29, 2026 21:10
5ad6c95 to
364d1e7
Compare
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
July 21, 2026 03:02
364d1e7 to
2ed3cdd
Compare
renovate
Bot
force-pushed
the
renovate/hyper-1.x-lockfile
branch
from
August 12, 2026 01:16
2ed3cdd to
e084478
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.4.1→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)v1.6.0Compare Source
Bug Fixes
max_local_error_reset_streamsfunction to&mut self(#3820) (e981a91e)Features
ext::on_informational()callback extension (#3818) (8ce1fcfa, closes #2565)http1::Builder::ignore_invalid_headers(bool)option (#3824) (3817a79b)Breaking Changes
http2::Builder::max_local_error_reset_streams()now takes&mut selfand 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
v1.5.2Compare Source
Bug Fixes
Features
v1.5.1Compare Source
Bug Fixes
v1.5.0Compare Source
Bug Fixes
date_headereffective (#3718) (7de02373)Features
header_table_size()andmax_concurrent_streams()(4c84e8c1)ReadBufCursormethodsremaining()andput_slice()(#3700) (5a13041e)v1.4.1 (2024-07-09)
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.