mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix import in resolver.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
bb29cf79e0
commit
30cb6c39d5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use reqwest::dns::{Addrs, Name, Resolve, Resolving};
|
|||
use tracing::{debug, instrument, warn};
|
||||
|
||||
#[cfg(windows)]
|
||||
use hickory_resolver::config::{NameServerConfig, Protocol};
|
||||
use hickory_resolver::{config::NameServerConfig, xfer::Protocol};
|
||||
|
||||
type BoxError = Box<dyn std::error::Error + Send + Sync>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue