This commit is contained in:
Σrebe - Romain GERARD 2024-03-17 10:24:23 +01:00
parent c28fa6d2ff
commit 833e1bc0d2
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -11,7 +11,7 @@ use std::sync::Arc;
use tokio::io::{AsyncRead, AsyncWrite};
use tokio::sync::oneshot;
use tokio_stream::{Stream, StreamExt};
use tracing::{error, span, Instrument, Level, Span, event};
use tracing::{error, event, span, Instrument, Level, Span};
use url::Host;
use uuid::Uuid;