chore(deps): update rust crate http to v1 - #271
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
December 24, 2023 20:06
13573f2 to
25bf08f
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #271 +/- ##
=======================================
Coverage 97.58% 97.58%
=======================================
Files 16 16
Lines 1406 1406
=======================================
Hits 1372 1372
Misses 34 34 ☔ View full report in Codecov by Sentry. |
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
February 10, 2024 13:28
25bf08f to
a026497
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
March 4, 2024 18:25
a026497 to
a60f452
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
May 5, 2024 10:32
a60f452 to
f85a156
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
October 30, 2024 13:22
f85a156 to
228f555
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
August 10, 2025 13:23
228f555 to
ffc4a50
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
September 25, 2025 16:33
ffc4a50 to
659f2f3
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
November 24, 2025 17:36
659f2f3 to
f46422e
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
December 10, 2025 11:28
f46422e to
fe929c1
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
February 2, 2026 17:49
fe929c1 to
8d4ca92
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
February 12, 2026 10:54
8d4ca92 to
be41d09
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
February 25, 2026 09:49
be41d09 to
b5a2606
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
2 times, most recently
from
March 13, 2026 13:47
c9669c0 to
b2285b1
Compare
renovate
Bot
force-pushed
the
renovate/http-1.x
branch
from
May 18, 2026 18:13
b2285b1 to
4f217c1
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:
0.2.12→1.0.0Release Notes
hyperium/http (http)
v1.5.0Compare Source
Method::QUERYconstant for the new QUERY method defined in RFC 10008.uri::Builder::path_and_query()to allow empty strings to mean no path.uri::PathAndQueryparsing to enforce URI max length.v1.4.2Compare Source
uri::Builderto allow"*"as the path when scheme and authority are also set, used in HTTP/2 requests.Urito properly rejectDELcharacters.v1.4.1Compare Source
PathAndQuery::from_static()andfrom_shared()to reject inputs that do not start with/.ExtendforHeaderMapto clamp max size hint and not overflow.header::IntoIterthat could use-after-free if the generic value type could panic on drop.header::{IterMut, ValuesIterMut}to not violate stacked borrows.v1.4.0Compare Source
StatusCode::EARLY_HINTSconstant for 103 Early Hints.StatusCode::from_u16now aconst fn.Authority::from_staticnow aconst fn.PathAndQuery::from_staticnow aconst fn.v1.3.1Compare Source
v1.3.0Compare Source
HeaderMap::reserve()to allocate sufficient capacity.v1.2.0Compare Source
StatusCode::TOO_EARLYconstant for 425 status.TryFrom<HashMap>forHeaderMapto work with any state generic.Buildermethods to useTryIntoinstead ofTryFromarguments.StatusCode::as_u16aconstfunction.Methodparsing to allow#$%&'characters.HeaderNameparsing to reject"characters.Method::from_bytesthat could cause extra allocations.v1.1.0Compare Source
HeaderMap, returning an error if oversize instead of panicking.Extensions::get_or_insert()method.From<Uri>foruri::Builder.HeaderName::from_lowercasethat could allow NUL bytes in some cases.v1.0.0Compare Source
CloneforRequest,Response, andExtensions. This breaking change requiresthat all extensions now implement
Clone.stdfeature. Disabling it currently is not supported.HeaderMap::iter().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.