Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
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.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 - "* 0-4,22-23 * * 1-5,* * * * 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 prasek and a team 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 2 times, most recently from e388f27 to ab6bdf0 Compare October 9, 2024 02:05
@renovate renovate bot force-pushed the renovate/http-1.x branch 6 times, most recently from 5d29e99 to cb76412 Compare October 24, 2024 01:03
@renovate renovate bot force-pushed the renovate/http-1.x branch 4 times, most recently from ecc467c to 4a6c02a Compare November 5, 2024 02:22
@renovate renovate bot force-pushed the renovate/http-1.x branch 4 times, most recently from 548656e to cfb1c02 Compare November 12, 2024 03:40
@renovate renovate bot force-pushed the renovate/http-1.x branch 2 times, most recently from 89e2849 to 0117f40 Compare November 20, 2024 01:18
@renovate renovate bot force-pushed the renovate/http-1.x branch 3 times, most recently from 4f37363 to 52c1dc7 Compare December 3, 2024 05:09
@renovate renovate bot force-pushed the renovate/http-1.x branch 4 times, most recently from dcfc960 to 16dc8b3 Compare December 7, 2024 01:29
@renovate renovate bot force-pushed the renovate/http-1.x branch 3 times, most recently from 181e1f3 to 61e440d Compare December 18, 2024 04:36
@renovate renovate bot force-pushed the renovate/http-1.x branch from 61e440d to 0f85604 Compare December 18, 2024 07:43
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.

0 participants