[PR #1649] [MERGED] fix resolve build with dns over rustls #2485

Closed
opened 2026-03-16 08:56:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1649
Author: @bluejekyll
Created: 2/28/2022
Status: Merged
Merged: 2/28/2022
Merged by: @bluejekyll

Base: mainHead: fix-resolve-build-with-dns-over-rustls


📝 Commits (2)

  • 6ed233e fix resolve build with dns over rustls
  • 929a582 prepare 0.21.1 release

📊 Changes

16 files changed (+162 additions, -51 deletions)

View changed files

📝 CHANGELOG.md (+6 -0)
📝 Cargo.lock (+13 -13)
📝 bin/Cargo.toml (+6 -6)
📝 crates/async-std-resolver/Cargo.toml (+3 -3)
📝 crates/client/Cargo.toml (+2 -2)
📝 crates/https/Cargo.toml (+2 -2)
📝 crates/native-tls/Cargo.toml (+2 -2)
📝 crates/openssl/Cargo.toml (+2 -2)
📝 crates/proto/Cargo.toml (+1 -1)
crates/recursor/Cargo.toml (+103 -0)
📝 crates/resolver/Cargo.toml (+2 -2)
📝 crates/rustls/Cargo.toml (+2 -2)
📝 crates/server/Cargo.toml (+4 -4)
📝 tests/compatibility-tests/Cargo.toml (+2 -2)
📝 tests/integration-tests/Cargo.toml (+5 -5)
📝 util/Cargo.toml (+7 -5)

📄 Description

fixes: #1647


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1649 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 2/28/2022 **Status:** ✅ Merged **Merged:** 2/28/2022 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `fix-resolve-build-with-dns-over-rustls` --- ### 📝 Commits (2) - [`6ed233e`](https://github.com/hickory-dns/hickory-dns/commit/6ed233efb3b77a39789514af3aa5a014d93fedf5) fix resolve build with dns over rustls - [`929a582`](https://github.com/hickory-dns/hickory-dns/commit/929a582035f1a55be15c9fc82858514b92188cd5) prepare 0.21.1 release ### 📊 Changes **16 files changed** (+162 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -0) 📝 `Cargo.lock` (+13 -13) 📝 `bin/Cargo.toml` (+6 -6) 📝 `crates/async-std-resolver/Cargo.toml` (+3 -3) 📝 `crates/client/Cargo.toml` (+2 -2) 📝 `crates/https/Cargo.toml` (+2 -2) 📝 `crates/native-tls/Cargo.toml` (+2 -2) 📝 `crates/openssl/Cargo.toml` (+2 -2) 📝 `crates/proto/Cargo.toml` (+1 -1) ➕ `crates/recursor/Cargo.toml` (+103 -0) 📝 `crates/resolver/Cargo.toml` (+2 -2) 📝 `crates/rustls/Cargo.toml` (+2 -2) 📝 `crates/server/Cargo.toml` (+4 -4) 📝 `tests/compatibility-tests/Cargo.toml` (+2 -2) 📝 `tests/integration-tests/Cargo.toml` (+5 -5) 📝 `util/Cargo.toml` (+7 -5) </details> ### 📄 Description fixes: #1647 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:56:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2485
No description provided.