chore(crates): remove some warnings

This commit is contained in:
dusk 2025-08-13 19:42:58 +03:00
parent 4a865b45cd
commit aa397137f2
No known key found for this signature in database
4 changed files with 4 additions and 7 deletions

View file

@ -12,8 +12,7 @@ use std::{
time::Duration,
};
use tokio::{net::UdpSocket, sync::RwLock};
use tracing::{debug, error, info};
use tracing_subscriber::EnvFilter;
use tracing::{debug, error};
use axum::{extract::State, http::Uri, routing::post, Json, Router};