From 368833583d06b05c36a635335b689c2a33f93185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82ak?= <126656012+tomaszklak@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:39:07 +0100 Subject: [PATCH] Revert "Temporary logs in the dns library to track down nat-lab failure" --- .unreleased/revert-871-LLT-5688-dns-logs | 0 Cargo.lock | 6 +++--- crates/telio-dns/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .unreleased/revert-871-LLT-5688-dns-logs diff --git a/.unreleased/revert-871-LLT-5688-dns-logs b/.unreleased/revert-871-LLT-5688-dns-logs new file mode 100644 index 000000000..e69de29bb diff --git a/Cargo.lock b/Cargo.lock index 98479c9f3..2783457dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1709,7 +1709,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hickory-proto" version = "0.24.0" -source = "git+https://github.com/NordSecurity/trust-dns.git?rev=8489dfa83f5cba0a6a77b3306560a00fd5421df7#8489dfa83f5cba0a6a77b3306560a00fd5421df7" +source = "git+https://github.com/NordSecurity/trust-dns.git?tag=v3.0.0#f3583ef082b448e808a492d034a2e30cda53dcdb" dependencies = [ "async-trait", "cfg-if", @@ -1733,7 +1733,7 @@ dependencies = [ [[package]] name = "hickory-resolver" version = "0.24.0" -source = "git+https://github.com/NordSecurity/trust-dns.git?rev=8489dfa83f5cba0a6a77b3306560a00fd5421df7#8489dfa83f5cba0a6a77b3306560a00fd5421df7" +source = "git+https://github.com/NordSecurity/trust-dns.git?tag=v3.0.0#f3583ef082b448e808a492d034a2e30cda53dcdb" dependencies = [ "cfg-if", "futures-util", @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "hickory-server" version = "0.24.0" -source = "git+https://github.com/NordSecurity/trust-dns.git?rev=8489dfa83f5cba0a6a77b3306560a00fd5421df7#8489dfa83f5cba0a6a77b3306560a00fd5421df7" +source = "git+https://github.com/NordSecurity/trust-dns.git?tag=v3.0.0#f3583ef082b448e808a492d034a2e30cda53dcdb" dependencies = [ "async-trait", "bytes", diff --git a/crates/telio-dns/Cargo.toml b/crates/telio-dns/Cargo.toml index 87494ef00..2173b9b28 100644 --- a/crates/telio-dns/Cargo.toml +++ b/crates/telio-dns/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] rand = { default-features = false, version = "0.8" } -hickory-server = { git = "https://github.com/NordSecurity/trust-dns.git", rev = "8489dfa83f5cba0a6a77b3306560a00fd5421df7", features = ["hickory-resolver"], default-features = false } +hickory-server = { git = "https://github.com/NordSecurity/trust-dns.git", tag = "v3.0.0", features = ["hickory-resolver"], default-features = false } async-trait.workspace = true base64.workspace = true boringtun.workspace = true