mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-23 02:04:59 +02:00
Upgrade to domain 0.12.0. (#170)
This commit is contained in:
Generated
+248
-342
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -48,7 +48,7 @@ domain-kmip = { git = "https://github.com/NLnetLabs/domain-kmip.git", branch = "
|
||||
indenter = { version = "0.3.4", optional = true }
|
||||
lexopt = "0.3.0"
|
||||
rayon = "1.10.0"
|
||||
octseq = "0.5.2"
|
||||
octseq = "0.6.1"
|
||||
rand = { version = "0.9.2", optional = true }
|
||||
ring = "0.17.8"
|
||||
tokio = "1.40.0"
|
||||
|
||||
@@ -5530,7 +5530,7 @@ async fn addresses_for_name(
|
||||
resolver: &StubResolver,
|
||||
name: impl ToName,
|
||||
) -> Result<Vec<IpAddr>, Error> {
|
||||
let res = lookup_host(&resolver, &name).await.map_err(|e| {
|
||||
let res = lookup_host(resolver, &name).await.map_err(|e| {
|
||||
format!(
|
||||
"lookup of addresses for {} failed: {e}",
|
||||
name.to_name::<Vec<u8>>()
|
||||
|
||||
Reference in New Issue
Block a user