Skip to content

fix(deps): update rust crate http to v1.5.0 - #126

Open
elmarx wants to merge 1 commit into
masterfrom
renovate/http-1.x-lockfile
Open

fix(deps): update rust crate http to v1.5.0#126
elmarx wants to merge 1 commit into
masterfrom
renovate/http-1.x-lockfile

Conversation

@elmarx

@elmarx elmarx commented Nov 25, 2025

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
http dependencies minor 1.3.1 -> 1.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).

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 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 has been generated by Renovate Bot.

@elmarx elmarx changed the title fix(deps): update rust crate http to v1.4.0 fix(deps): update rust crate http to v1.4.1 May 26, 2026
@elmarx
elmarx force-pushed the renovate/http-1.x-lockfile branch from 0fc46ba to 7cfe1c7 Compare May 26, 2026 07:29
@elmarx
elmarx force-pushed the renovate/http-1.x-lockfile branch from 7cfe1c7 to e47b2c8 Compare June 9, 2026 07:30
@elmarx elmarx changed the title fix(deps): update rust crate http to v1.4.1 fix(deps): update rust crate http to v1.4.2 Jun 9, 2026
@elmarx
elmarx force-pushed the renovate/http-1.x-lockfile branch from e47b2c8 to eacb010 Compare July 21, 2026 08:42
@elmarx
elmarx force-pushed the renovate/http-1.x-lockfile branch from eacb010 to 4b34e15 Compare July 30, 2026 08:43
@elmarx elmarx changed the title fix(deps): update rust crate http to v1.4.2 fix(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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant