[PR #3394] [MERGED] proto: split out hickory-net crate #3809

Closed
opened 2026-03-16 12:03:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3394
Author: @djc
Created: 12/12/2025
Status: Merged
Merged: 12/15/2025
Merged by: @djc

Base: mainHead: net


📝 Commits (1)

  • 565d8bf proto: split out hickory-net crate

📊 Changes

147 files changed (+1734 additions, -1653 deletions)

View changed files

📝 Cargo.lock (+36 -5)
📝 Cargo.toml (+2 -0)
📝 bin/Cargo.toml (+1 -0)
📝 bin/benches/comparison_benches.rs (+6 -6)
📝 bin/src/lib.rs (+4 -4)
📝 bin/tests/integration/forwarder.rs (+2 -4)
📝 bin/tests/integration/in_memory.rs (+2 -4)
📝 bin/tests/integration/named_https_tests.rs (+6 -6)
📝 bin/tests/integration/named_metrics_tests.rs (+13 -8)
📝 bin/tests/integration/named_quic_tests.rs (+6 -6)
📝 bin/tests/integration/named_rustls_tests.rs (+6 -6)
📝 bin/tests/integration/named_test_rsa_dnssec.rs (+12 -11)
📝 bin/tests/integration/named_tests.rs (+25 -25)
📝 bin/tests/integration/server_harness/mod.rs (+4 -6)
📝 bin/tests/integration/server_harness/mut_message_client.rs (+2 -2)
📝 bin/tests/integration/txt_tests.rs (+1 -1)
📝 bin/tests/integration/zone_handler_battery/basic.rs (+4 -2)
📝 bin/tests/integration/zone_handler_battery/dnssec.rs (+1 -1)
📝 bin/tests/integration/zone_handler_battery/dynamic_update.rs (+4 -2)
📝 conformance/Cargo.lock (+24 -2)

...and 80 more files

📄 Description

Fixes #3221.


🔄 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/3394 **Author:** [@djc](https://github.com/djc) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `net` --- ### 📝 Commits (1) - [`565d8bf`](https://github.com/hickory-dns/hickory-dns/commit/565d8bfe2b4098e9ec1826759d1d66ef533cb749) proto: split out hickory-net crate ### 📊 Changes **147 files changed** (+1734 additions, -1653 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+36 -5) 📝 `Cargo.toml` (+2 -0) 📝 `bin/Cargo.toml` (+1 -0) 📝 `bin/benches/comparison_benches.rs` (+6 -6) 📝 `bin/src/lib.rs` (+4 -4) 📝 `bin/tests/integration/forwarder.rs` (+2 -4) 📝 `bin/tests/integration/in_memory.rs` (+2 -4) 📝 `bin/tests/integration/named_https_tests.rs` (+6 -6) 📝 `bin/tests/integration/named_metrics_tests.rs` (+13 -8) 📝 `bin/tests/integration/named_quic_tests.rs` (+6 -6) 📝 `bin/tests/integration/named_rustls_tests.rs` (+6 -6) 📝 `bin/tests/integration/named_test_rsa_dnssec.rs` (+12 -11) 📝 `bin/tests/integration/named_tests.rs` (+25 -25) 📝 `bin/tests/integration/server_harness/mod.rs` (+4 -6) 📝 `bin/tests/integration/server_harness/mut_message_client.rs` (+2 -2) 📝 `bin/tests/integration/txt_tests.rs` (+1 -1) 📝 `bin/tests/integration/zone_handler_battery/basic.rs` (+4 -2) 📝 `bin/tests/integration/zone_handler_battery/dnssec.rs` (+1 -1) 📝 `bin/tests/integration/zone_handler_battery/dynamic_update.rs` (+4 -2) 📝 `conformance/Cargo.lock` (+24 -2) _...and 80 more files_ </details> ### 📄 Description Fixes #3221. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 12:03:45 +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#3809
No description provided.