Commit Graph
22 Commits
Author SHA1 Message Date
David Mládek 4f11b45b18 axum-macros: move from_request.rs to from_request/mod.rs (#3163) 2025-01-08 22:08:35 +01:00
David Mládek b5236eaff4 axum: fix new formatting string clippy lint (#3162) 2025-01-08 20:03:47 +01:00
David Mládek 18a99da0b0 axum: Move serve.rs to serve/mod.rs (#3161) 2025-01-08 17:56:21 +01:00
David Mládek 893bb75e3b CI: allow pin-project-lite in public dependencies (#3020) 2024-11-16 16:25:41 +01:00
David Mládek eb6bea38d0 chore: fix new clippy lint (#2994) 2024-11-14 22:57:29 +01:00
David Mládek a7b7d56cfb Update changelog (#2985) 2024-11-14 22:55:11 +01:00
David Mládek 269565ff93 CI: allow pin-project-lite in public dependencies (#3020) 2024-11-07 17:27:41 +01:00
David Mládek 89fec69b01 Use explicit CI runner version (#2996) 2024-10-18 21:04:24 +02:00
David Mládek 65ad603701 chore: fix new clippy lint (#2994) 2024-10-17 12:27:47 +02:00
David Mládek 24d24f4ccb Update changelog (#2985) 2024-10-14 10:31:47 +02:00
David Mládek 6318b57fda chore: Upgrade matchit to 0.8 (#2645) 2024-10-03 15:46:58 +00:00
David Mládek 4944ed3b1c Update MSRV in READMEs (#2948) 2024-09-30 10:18:49 +02:00
David Mládek 806bc26e62 CI: Pin nightly version for cargo public-api-crates (#2779) 2024-06-09 23:33:25 +02:00
David Mládek 51bb82bb2d axum-core: Correctly use features for tracing macro (#2739) 2024-06-09 23:26:27 +02:00
David Mládek 7d43b4651d docs: Remove unnecessary link targets (#2778) 2024-06-09 23:20:35 +02:00
David MládekandJonas Platte 0a92e31a50 axum-extra: Log rejections of TypedHeader (#2738)
Co-authored-by: Jonas Platte <[email protected]>
2024-05-27 21:55:30 +00:00
David Mládek 170f877440 axum: Remove unnecessary Arc::clone (#2675) 2024-03-25 20:48:53 +01:00
David Mládek 2ec68d6c4d Add rejection tracing to all extractors (#2584) 2024-03-16 22:34:18 +01:00
David Mládek 2ce382f0ab Remove h2 from dependencies when http2 feature is off (#2605) 2024-03-16 15:57:08 +00:00
David Mládek 3569950a2e Make nightly_error_messages feature compatible with latest nightly 2024-03-14 21:19:03 +01:00
David Mládek b03f6c1184 Fix typo in CONTRIBUTING.md (#2612) 2024-02-25 21:47:01 +01:00
David Mládek 66b3b3df55 Document usage of concrete state in FromRequest macro (#2550) (#2581) 2024-02-11 12:12:03 +01:00