limit futures dependencies to what is necessary
This commit is contained in:

committed by
Benjamin Fry

parent
ae37a4c89b
commit
24512f63a5
@@ -10,7 +10,7 @@ use std::net::SocketAddr;
|
||||
use std::pin::Pin;
|
||||
|
||||
use async_trait::async_trait;
|
||||
use futures::io::{AsyncRead, AsyncWrite};
|
||||
use futures_io::{AsyncRead, AsyncWrite};
|
||||
use trust_dns_resolver::proto::tcp::Connect;
|
||||
use trust_dns_resolver::proto::udp::UdpSocket;
|
||||
|
||||
|
Reference in New Issue
Block a user