Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

This PR contains the following updates:

Package Type Update Change
http dependencies major 0.2.12 -> 1.0.0

Release Notes

hyperium/http (http)

v1.4.0

Compare Source

  • Add StatusCode::EARLY_HINTS constant for 103 Early Hints.
  • Make StatusCode::from_u16 now a const fn.
  • Make Authority::from_static now a const fn.
  • Make PathAndQuery::from_static now a const fn.
  • MSRV increased to 1.57 (allows legible const fn panic messages).

v1.3.1

Compare Source

  • Fix validation that all characters are UTF-8 in URI path and query.

v1.3.0

Compare Source

  • Allow most UTF-8 characters in URI path and query.
  • Fix HeaderMap::reserve() to allocate sufficient capacity.

v1.2.0

Compare Source

  • Add StatusCode::TOO_EARLY constant for 425 status.
  • Loosen TryFrom<HashMap> for HeaderMap to work with any state generic.
  • Change Builder methods to use TryInto instead of TryFrom arguments.
  • Make StatusCode::as_u16 a const function.
  • Fix Method parsing to allow #$%&' characters.
  • Fix HeaderName parsing to reject " characters.
  • Fix off by 1 error in Method::from_bytes that could cause extra allocations.

v1.1.0

Compare Source

  • Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize instead of panicking.
  • Add Extensions::get_or_insert() method.
  • Implement From<Uri> for uri::Builder.
  • Fix HeaderName::from_lowercase that could allow NUL bytes in some cases.

v1.0.0

Compare Source

  • Implement Clone for Request, Response, and Extensions. This breaking change requires
    that all extensions now implement Clone.
  • Add a default-on std feature. Disabling it currently is not supported.
  • Fix MIRI warnings in HeaderMap::iter().

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team and prasek as code owners November 15, 2023 22:13
@renovate renovate bot requested a review from a team November 15, 2023 22:13
@renovate renovate bot force-pushed the renovate/http-1.x branch 6 times, most recently from 0531e63 to ba1419c Compare December 8, 2023 07:43
@renovate renovate bot force-pushed the renovate/http-1.x branch 7 times, most recently from da4255e to d849d44 Compare December 16, 2023 01:15
@renovate renovate bot force-pushed the renovate/http-1.x branch 7 times, most recently from ca0d01a to a89000e Compare December 24, 2023 19:15
@renovate renovate bot force-pushed the renovate/http-1.x branch 6 times, most recently from 468ab6b to e124861 Compare December 31, 2023 07:59
@renovate renovate bot force-pushed the renovate/http-1.x branch 5 times, most recently from c84af87 to b851a8d Compare June 10, 2025 08:36
@renovate renovate bot force-pushed the renovate/http-1.x branch 5 times, most recently from dda28b3 to 00b5190 Compare June 26, 2025 02:32
@renovate renovate bot force-pushed the renovate/http-1.x branch 3 times, most recently from 7624576 to 4242de3 Compare July 3, 2025 02:12
@renovate renovate bot force-pushed the renovate/http-1.x branch 2 times, most recently from b56e9d7 to 2c26376 Compare July 10, 2025 01:04
@renovate renovate bot force-pushed the renovate/http-1.x branch 2 times, most recently from 7fc4383 to 2e26ad4 Compare July 23, 2025 03:52
@renovate renovate bot force-pushed the renovate/http-1.x branch 4 times, most recently from 5a5aed6 to db10ce9 Compare July 31, 2025 05:44
@renovate renovate bot force-pushed the renovate/http-1.x branch from db10ce9 to 2ae4ded Compare August 2, 2025 02:42
@renovate renovate bot force-pushed the renovate/http-1.x branch 3 times, most recently from a318f1f to abdab77 Compare August 14, 2025 02:54
@renovate renovate bot force-pushed the renovate/http-1.x branch 3 times, most recently from f3fd58c to ad1ff17 Compare August 22, 2025 05:13
@renovate renovate bot force-pushed the renovate/http-1.x branch from ad1ff17 to aadbb86 Compare August 26, 2025 06:27
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