From 82081d988e44a057d7059fdcd5964e9e8c1e5c9c Mon Sep 17 00:00:00 2001 From: Hasan Date: Fri, 31 Jan 2025 12:15:26 +0100 Subject: [PATCH] Update dns commit hash debug logs have been sprinkled in trust-dns to pinpoint blocking issue which is difficult to reproduce --- .unreleased/update_trust-dns_hash | 0 Cargo.lock | 6 +++--- crates/telio-dns/Cargo.toml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .unreleased/update_trust-dns_hash diff --git a/.unreleased/update_trust-dns_hash b/.unreleased/update_trust-dns_hash new file mode 100644 index 000000000..e69de29bb diff --git a/Cargo.lock b/Cargo.lock index 4aec99508..476f7f545 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1711,7 +1711,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hickory-proto" version = "0.24.0" -source = "git+https://github.com/NordSecurity/trust-dns.git?tag=v3.0.2#85613d003f6c7aa41510cfd3c0733a4d5fec420d" +source = "git+https://github.com/NordSecurity/trust-dns.git?tag=v3.0.2#0eb4495a481665bf482de43662a8986935f7b2dc" dependencies = [ "async-trait", "cfg-if", @@ -1735,7 +1735,7 @@ dependencies = [ [[package]] name = "hickory-resolver" version = "0.24.0" -source = "git+https://github.com/NordSecurity/trust-dns.git?tag=v3.0.2#85613d003f6c7aa41510cfd3c0733a4d5fec420d" +source = "git+https://github.com/NordSecurity/trust-dns.git?tag=v3.0.2#0eb4495a481665bf482de43662a8986935f7b2dc" dependencies = [ "cfg-if", "futures-util", @@ -1756,7 +1756,7 @@ dependencies = [ [[package]] name = "hickory-server" version = "0.24.0" -source = "git+https://github.com/NordSecurity/trust-dns.git?tag=v3.0.2#85613d003f6c7aa41510cfd3c0733a4d5fec420d" +source = "git+https://github.com/NordSecurity/trust-dns.git?tag=v3.0.2#0eb4495a481665bf482de43662a8986935f7b2dc" dependencies = [ "async-trait", "bytes", diff --git a/crates/telio-dns/Cargo.toml b/crates/telio-dns/Cargo.toml index f490013d2..e74b45fea 100644 --- a/crates/telio-dns/Cargo.toml +++ b/crates/telio-dns/Cargo.toml @@ -8,6 +8,7 @@ publish = false [dependencies] rand = { default-features = false, version = "0.8" } +# TODO (Hasan): v3.0.2 only contains some extra logs. This needs be revertd back to v3.0.1 hickory-server = { git = "https://github.com/NordSecurity/trust-dns.git", tag = "v3.0.2", features = ["hickory-resolver"], default-features = false } async-trait.workspace = true base64.workspace = true