fix(deps): update rust crate http to v1.2.0 #119

Merged
realaravinth merged 1 commit from renovate/http-1.x-lockfile into master 2025-01-02 21:53:39 +05:30
Member

This PR contains the following updates:

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

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [http](https://github.com/hyperium/http) | dependencies | minor | `1.1.0` -> `1.2.0` | --- ### Release Notes <details> <summary>hyperium/http (http)</summary> ### [`v1.2.0`](https://github.com/hyperium/http/blob/HEAD/CHANGELOG.md#120-December-3-2024) [Compare Source](https://github.com/hyperium/http/compare/v1.1.0...v1.2.0) - 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. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuODIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot added the
renovate-bot
label 2024-12-23 18:09:03 +05:30
renovate-bot added 1 commit 2024-12-23 18:09:04 +05:30
fix(deps): update rust crate http to v1.2.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
562c0a1ae5
realaravinth merged commit c8181e1e9f into master 2025-01-02 21:53:39 +05:30
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ForgeFlux/ForgeFlux#119
No description provided.