axum - v0.7.3
- added:
Body
implementsFrom<()>
now (#2411) - change: Update version of multer used internally for multipart (#2433)
- change: Update tokio-tungstenite to 0.21 (#2435)
- added: Enable
tracing
feature by default (#2460) - added: Support graceful shutdown on
serve
(#2398) - added:
RouterIntoService
implementsClone
(#2456)