Update Rust crate http to 0.2.12 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
http | dependencies | patch |
0.2 -> 0.2.12
|
Release Notes
hyperium/http (http)
v0.2.12
What's Changed
- Add methods to allow trying to allocate in the
HeaderMap
, returning an error if oversize instead of panicking. - Fix
HeaderName::from_lowercase
that could allow NUL bytes in some cases.
v0.2.11
What's Changed
- Fix MIRI warnings in
HeaderMap::iter()
.
v0.2.10
- Fix parsing of
Authority
to handle square brackets in incorrect order. - Fix
HeaderMap::with_capacity()
to handle arithmetic overflow.
v0.2.9
- Add
HeaderName
constants forcache-status
andcdn-cache-control
. - Implement
Hash
forPathAndQuery
. - Re-export
HeaderName
at crate root.
v0.2.8
- Fix internal usage of uninitialized memory to use
MaybeUninit
insideHeaderName
.
v0.2.7
- MSRV bumped to
1.49
. - Add
extend()
method toExtensions
. - Add
From<Authority>
andFrom<PathAndQuery>
impls forUri
. - Make
HeaderName::from_static
aconst fn
.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.