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

@ -1,6 +1,7 @@
use std::{mem, ops::Deref};
use axum::{async_trait, body::Body, extract::FromRequest};
use async_trait::async_trait;
use axum::{body::Body, extract::FromRequest};
use bytes::{BufMut, Bytes, BytesMut};
use conduwuit::{Error, Result, debug, debug_warn, err, trace, utils::string::EMPTY};
use ruma::{