mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-27 23:20:54 +03:00
trust_dns_resolver is now hickory_resolver (#116)
This commit is contained in:
committed by
GitHub
parent
3e96b42067
commit
636c5924bf
@@ -1,7 +1,7 @@
|
||||
use anyhow::Result;
|
||||
use std::{error::Error, net::IpAddr};
|
||||
|
||||
use trust_dns_resolver::TokioAsyncResolver;
|
||||
use hickory_resolver::TokioAsyncResolver;
|
||||
|
||||
pub struct DnsResolver {
|
||||
resolver: TokioAsyncResolver,
|
||||
|
||||
Reference in New Issue
Block a user