use async_trait without axum re-export

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-03-31 04:25:48 +00:00
parent d3b65af616
commit 3f0f89cddb
3 changed files with 4 additions and 1 deletions

View file

@ -35,6 +35,7 @@ brotli_compression = [
]
[dependencies]
async-trait.workspace = true
axum-client-ip.workspace = true
axum-extra.workspace = true
axum.workspace = true