actix/actix-web: actix-web: v4.15.0
Add Error::add_response_mapper() to allow middleware to modify error-generated responses before they are sent. Remove the experimental experimental-io-uring crate feature.
Topic · Edition
Add Error::add_response_mapper() to allow middleware to modify error-generated responses before they are sent. Remove the experimental experimental-io-uring crate feature.
Merge pull request #23205 from ChayimFriedman2/fix-clippy minor: Fix 1.98.0 Clippy and rustfmt
After nearly 4 years of active development, the next-generation trait solver is close to stabilization. We are enabling it by default on nightly to surface any remaining issues and plan to stabilize it in the next…