fix(deps): update rust crate warp to 0.4 #8575
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3
->0.4
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
seanmonstar/warp (warp)
v0.4.1
Compare Source
Server::graceful()
bounds incorrect requiring the filter to be a future.tokio/net
when theserver
feature is enabled.cfg
s in the docs.v0.4.0
Compare Source
hyper
,http
, andhttp-body
to v1.multipart
andwebsocket
features from being enabled by default.warp::serve()
behind aserver
feature, not enabled by default.warp::test
behind atest
feature, not enabled by default.tls
feature and types.warp::addr
filters.v0.3.7 (April 5, 2024)
tls()
config.v0.3.6 (September 27, 2023)
None
tomultipart::form().max_length()
.Reply
forResult<impl Reply, impl Reply>
.multipart::Part::content_type()
return the full mime string.TlsServer::try_bind_with_graceful_shutdown()
.v0.3.5 (April 28, 2023)
multipart
filters now usemulter
dependency, fixing some streaming bugs.Rejection::into_response()
is significantly faster.v0.3.4 (March 31, 2023)
multipart::Part
data is now streamed instead of buffered.multipart
filters.v0.3.3 (September 27, 2022)
fs
filters path sanitization to reject colons on Windows.v0.3.2 (November 9, 2021)
Filter::then()
, which is likeFilter::map()
in that it's infallible, but is async likeFilter::and_then()
.redirect::found()
reply helper that returns302 Found
.compression-brotli
andcompression-gzip
cargo features to enable only the compression you need.HEAD
requests to be served tofs::dir()
filters.path!()
with no arguments.futures
withfutures-util
, which is a smaller dependency.v0.3.1 (March 24, 2021)
pong
constructor to websocket messages.redirect::see_other
andredirect::permanent
helpers.fs
filters sometimes having an off-by-one error with range requests.Access-Control-Request-Headers
.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.
This PR was generated by Mend Renovate. View the repository job log.