Skip to content

Bump warp from 0.3.4 to 0.3.6

Ghost User requested to merge dependabot-cargo-warp-0.3.6 into master

Bumps warp from 0.3.4 to 0.3.6.

Release notes

Sourced from warp's releases.

v0.3.6

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.

New Contributors

v0.3.5

Fixes

  • multipart filters now use multer dependency, fixing some streaming bugs.
  • Rejection::into_response() is significantly faster.

New Contributors

Changelog

Sourced from warp's changelog.

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.
Commits
  • 634b3ba v0.3.6
  • 8b3bf76 deps: upgrade tungstenite (#1067)
  • 5ad8a9c Add references to Filter in documentation (#1062)
  • 2f2c744 Update tokio-rustls to 0.24 (Fix RUSTSEC-2023-0052 when "tls" feature enabled...
  • 4d3a534 Fix docs build (#1064)
  • 149913f Add example (and doc reference) for warp::body::stream() (#1061)
  • 376c805 More detailed redirects documentation (#1056)
  • 08ee809 example: multipart is wrongly using Buf::chunk (#1055)
  • da47391 feat: implement Reply for Result<impl Reply, impl Reply> (#909)
  • e562afa feat: add option to ignore content-length with multipart body (#919)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports