-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trait Bound Tracing Error #2334
Comments
axum does not yet support tower-http 0.5. Follow #1882 for updates |
@davidpdrsn sorry to bump a closed issue. |
If you depend on axum as a git dependency, it should just work. Otherwise, nothing has changed since that PR has not been published in a crates.io release yet. It will be released in v0.7.0. |
Thanks for the fast reply haha. I was using axum as a git dependency, but I was having some issues with using a |
Bug Report
While using tower_http, tracing, and tracing_subscriber I have found the error
Version
Versions of axum I am using:
Platform
Platform: 6.6.2-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Mon, 20 Nov 2023 23:17:26 +0000 x86_64 GNU/Linux
Crates
Versions of tower and tracing
Description
I tried this code
I expected to see this happen: Able to use TraceLayer with Axum
-->
The text was updated successfully, but these errors were encountered: