Skip to content

chore(deps): update rust crate warp to 0.4.0#415

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/warp-0-x
Open

chore(deps): update rust crate warp to 0.4.0#415
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/warp-0-x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 20, 2025

This PR contains the following updates:

Package Type Update Change
warp dev-dependencies minor 0.3.70.4.0

Release Notes

seanmonstar/warp (warp)

v0.4.3

Compare Source

  • Features:
    • Re-implement addr::remote() filter from v0.3.x.
    • Implement From<&'static [u8]> for Body.
    • Add reply::stream() helper.
  • Fixes:
    • Fix returning error from CORS if no request-method header.

v0.4.2

Compare Source

  • Features:
    • Add support for passing UnixListener to incoming(listener).
  • Fixes:
    • Reduce some dependencies when server is not enabled.

v0.4.1

Compare Source

  • Fixes:
    • Fix Server::graceful() bounds incorrect requiring the filter to be a future.
    • Enable tokio/net when the server feature is enabled.
    • Render cfgs in the docs.

v0.4.0

Compare Source

  • Changes:
    • Upgrade to hyper, http, and http-body to v1.
    • Remove multipart and websocket features from being enabled by default.
    • Put warp::serve() behind a server feature, not enabled by default.
    • Put warp::test behind a test feature, not enabled by default.
    • Remove tls feature and types.
    • Remove warp::addr filters.
v0.3.7 (April 5, 2024)
  • Features:
    • Add ecc private key support to tls() config.
  • Fixes:
    • Several dependency upgrades.
v0.3.6 (September 27, 2023)
  • Features:
    • Add ability to pass None to multipart::form().max_length().
    • Implement Reply for Result<impl Reply, impl Reply>.
    • Make multipart::Part::content_type() return the full mime string.
    • Add TlsServer::try_bind_with_graceful_shutdown().
  • Fixes:
    • Updated tungstenite and rustls dependencies for security fixes.
v0.3.5 (April 28, 2023)
  • Fixes:
    • multipart filters now use multer dependency, fixing some streaming bugs.
    • Rejection::into_response() is significantly faster.
v0.3.4 (March 31, 2023)
  • Fixes:
    • multipart::Part data is now streamed instead of buffered.
    • Update dependency used for multipart filters.
v0.3.3 (September 27, 2022)
  • Fixes:
    • Fix fs filters path sanitization to reject colons on Windows.
v0.3.2 (November 9, 2021)
  • Features:
    • Add Filter::then(), which is like Filter::map() in that it's infallible, but is async like Filter::and_then().
    • Add redirect::found() reply helper that returns 302 Found.
    • Add compression-brotli and compression-gzip cargo features to enable only the compression you need.
    • Allow HEAD requests to be served to fs::dir() filters.
    • Allow path!() with no arguments.
  • Fixes:
    • Update private dependencies Tungstenite and Multipart.
    • Replaces uses of futures with futures-util, which is a smaller dependency.
v0.3.1 (March 24, 2021)
  • Features:
    • Add pong constructor to websocket messages.
    • Add redirect::see_other and redirect::permanent helpers.
  • Fixes:
    • Fix fs filters sometimes having an off-by-one error with range requests.
    • Fix CORS to allow spaces when checking Access-Control-Request-Headers.

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner December 20, 2025 00:51
@renovate renovate Bot force-pushed the renovate/warp-0-x branch 2 times, most recently from 838cc95 to dfa6073 Compare February 9, 2026 11:21
@renovate renovate Bot force-pushed the renovate/warp-0-x branch from dfa6073 to 8920ae2 Compare March 4, 2026 17:48
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