refactor: small dependency optimizations
This commit is contained in:
parent
8ec1610b2e
commit
1c07957c4e
5 changed files with 7 additions and 12 deletions
|
@ -5,8 +5,7 @@ use axum::{
|
|||
http::HeaderMap,
|
||||
response::IntoResponse,
|
||||
};
|
||||
use futures::SinkExt;
|
||||
use futures_util::StreamExt as _;
|
||||
use futures_util::{SinkExt, StreamExt};
|
||||
use serde::Deserialize;
|
||||
use uuid::Uuid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue