Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

fix(deps): update rust crate http to v1 - #698

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/http-1.x
Open

fix(deps): update rust crate http to v1#698
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/http-1.x

Conversation

@renovate

@renovate renovate Bot commented Nov 15, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
http dependencies major 0.2.121.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 a review from prasek as a code owner November 15, 2023 22:13
@renovate
renovate Bot requested a review from a team November 15, 2023 22:13
@renovate
renovate Bot requested a review from a team as a code owner 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 6 times, most recently from a328d18 to 80274e7 Compare January 16, 2024 01:23
@renovate
renovate Bot force-pushed the renovate/http-1.x branch 6 times, most recently from afe7817 to 4a97da5 Compare January 25, 2024 00:40
@renovate
renovate Bot force-pushed the renovate/http-1.x branch 4 times, most recently from 53ae1e8 to 57c354d Compare January 26, 2024 21:34
@renovate renovate Bot changed the title Update Rust crate http to v1 fix(deps): update rust crate http to v1 Jan 26, 2024
@renovate
renovate Bot force-pushed the renovate/http-1.x branch 2 times, most recently from 050d998 to df8fd93 Compare January 27, 2024 07:50
@alessbell
alessbell removed the request for review from a team January 28, 2024 17:24
@renovate
renovate Bot force-pushed the renovate/http-1.x branch 7 times, most recently from 2e18148 to acebb4e Compare February 6, 2024 00:17
@renovate
renovate Bot force-pushed the renovate/http-1.x branch 2 times, most recently from 8e4e355 to d3d319a Compare February 7, 2024 01:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants