core: Fix compile errors from __log_rejection (#2933)

This commit is contained in:
Jonas Platte
2024-09-25 03:44:35 -04:00
committed by GitHub
parent ef50e5c180
commit 391f2deccd
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ json-lines = [
multipart = ["dep:multer"]
protobuf = ["dep:prost"]
query = ["dep:serde_html_form"]
tracing = ["dep:tracing", "axum-core/tracing", "axum/tracing"]
tracing = ["axum-core/tracing", "axum/tracing"]
typed-header = ["dep:headers"]
typed-routing = ["dep:axum-macros", "dep:percent-encoding", "dep:serde_html_form", "dep:form_urlencoded"]