mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-01-22 14:07:24 +00:00
* Bump axum and axum-extra to latest version. - This bump requires fixing path parameters due to matchit transitive dependency changes (See https://github.com/tokio-rs/axum/pull/2645). - The `Host` extractor has been moved from `axum` to `axum-extra`. - Axum now ships multipart extractor support, switch to that. * Update rust-axum samples