Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2024

This PR contains the following updates:

Package Type Update Change
http dependencies minor 1.1.0 -> 1.4.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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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-approve[bot]
renovate-approve bot previously approved these changes Dec 5, 2024
@renovate renovate bot force-pushed the renovate/http-1.x-lockfile branch from 013d81b to 40404a1 Compare March 12, 2025 20:13
@renovate renovate bot changed the title fix(deps): update rust crate http to v1.2.0 fix(deps): update rust crate http to v1.3.1 Mar 12, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 12, 2025
@renovate renovate bot changed the title fix(deps): update rust crate http to v1.3.1 chore(deps): update rust crate http to v1.3.1 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/http-1.x-lockfile branch from 40404a1 to f308f3c Compare November 25, 2025 19:44
@renovate renovate bot changed the title chore(deps): update rust crate http to v1.3.1 chore(deps): update rust crate http to v1.4.0 Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant