fix(deps): update rust crate axum to v0.7.9
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
axum | dependencies | patch |
0.7.7 -> 0.7.9
|
Release Notes
tokio-rs/axum (axum)
v0.7.9
: axum - v0.7.9
- fixed: Avoid setting content-length before middleware (#3031)
v0.7.8
: axum - v0.7.8
-
fixed: Skip SSE incompatible chars of
serde_json::RawValue
inEvent::json_data
(#2992) -
added: Add
method_not_allowed_fallback
to set a fallback when a path matches but there is no handler for the given HTTP method (#2903) -
added: Add
MethodFilter::CONNECT
,routing::connect[_service]
andMethodRouter::connect[_service]
(#2961) -
added: Add
NoContent
as a self-described shortcut forStatusCode::NO_CONTENT
(#2978)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate