Fix IntoResponse for tuples overriding error response codes (#3603)

Co-authored-by: David Pedersen <[email protected]>
Co-authored-by: Yann Simon <[email protected]>
This commit is contained in:
Jonas Platte
2026-01-18 20:20:18 +01:00
committed by GitHub
co-authored by David Pedersen Yann Simon
parent 81e727faf6
commit 576968b406
10 changed files with 479 additions and 38 deletions
Generated
+1
View File
@@ -171,6 +171,7 @@ dependencies = [
"hyper",
"mime",
"pin-project-lite",
"serde",
"sync_wrapper",
"tokio",
"tower-http",