axum-core-v0.5.3

tokio-rs/axumaxum-core-v0.5.3Sep 28, 2025by jplatte

AI Summary

This release introduces a method to apply body limits dynamically and updates the minimum Rust version.

Key Highlights

  • Added `DefaultBodyLimit::apply` for changing limits inside extractors.
  • Updated minimum Rust version to 1.78.

New Features

  • Added `DefaultBodyLimit::apply` method.

Full Release Notes

- **added:** `DefaultBodyLimit::apply` for changing the `DefaultBodyLimit` inside extractors.
  ([#3368])
- **changed:** Update minimum rust version to 1.78 ([#3412])

[#3368]: https://github.com/tokio-rs/axum/pull/3366
[#3412]: https://github.com/tokio-rs/axum/pull/3412