Skip to content

chore(deps): update rust crate http to v1.5.0 - #17

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

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

Conversation

@renovate

@renovate renovate Bot commented Dec 5, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
http dependencies minor 1.1.01.5.0

Release Notes

hyperium/http (http)

v1.5.0

Compare Source

  • Add Method::QUERY constant for the new QUERY method defined in RFC 10008.
  • Fix uri::Builder::path_and_query() to allow empty strings to mean no path.
  • Fix uri::PathAndQuery parsing to enforce URI max length.

v1.4.2

Compare Source

  • Fix uri::Builder to allow "*" as the path when scheme and authority are also set, used in HTTP/2 requests.
  • Fix Uri to properly reject DEL characters.

v1.4.1

Compare Source

  • Fix PathAndQuery::from_static() and from_shared() to reject inputs that do not start with /.
  • Fix Extend for HeaderMap to clamp max size hint and not overflow.
  • Fix header::IntoIter that could use-after-free if the generic value type could panic on drop.
  • Fix header::{IterMut, ValuesIterMut} to not violate stacked borrows.

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: (UTC)

  • 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
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 25, 2025
@renovate
renovate Bot force-pushed the renovate/http-1.x-lockfile branch from f308f3c to d52c56d Compare May 26, 2026 23:54
@renovate renovate Bot changed the title chore(deps): update rust crate http to v1.4.0 chore(deps): update rust crate http to v1.4.1 May 26, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes May 26, 2026
@renovate
renovate Bot force-pushed the renovate/http-1.x-lockfile branch from d52c56d to 4c196c5 Compare June 12, 2026 15:46
@renovate renovate Bot changed the title chore(deps): update rust crate http to v1.4.1 chore(deps): update rust crate http to v1.4.2 Jun 12, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/http-1.x-lockfile branch from 4c196c5 to 2cf7e3f Compare July 30, 2026 03:33
@renovate renovate Bot changed the title chore(deps): update rust crate http to v1.4.2 chore(deps): update rust crate http to v1.5.0 Jul 30, 2026
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.

0 participants