[PR #2844] [MERGED] Introduce no_std_rand random feature for hickory-proto #3362

Closed
opened 2026-03-16 11:39:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2844
Author: @domenukk
Created: 3/12/2025
Status: Merged
Merged: 3/18/2025
Merged by: @djc

Base: mainHead: no_std_rand


📝 Commits (1)

  • c97876b Introduce no_std_rand random feature for hickory-proto

📊 Changes

14 files changed (+142 additions, -25 deletions)

View changed files

📝 .github/workflows/test.yml (+1 -1)
📝 Cargo.lock (+8 -1)
📝 Cargo.toml (+2 -0)
📝 bin/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+11 -7)
📝 crates/proto/src/dnssec/dnssec_dns_handle/mod.rs (+1 -0)
📝 crates/proto/src/lib.rs (+54 -0)
📝 crates/proto/src/op/update_message.rs (+22 -9)
📝 crates/proto/src/xfer/dns_exchange.rs (+2 -0)
📝 crates/proto/src/xfer/dns_handle.rs (+23 -4)
📝 crates/proto/src/xfer/mod.rs (+5 -0)
📝 crates/proto/src/xfer/retry_dns_handle.rs (+4 -1)
📝 fuzz/Cargo.lock (+7 -0)
📝 tests/integration-tests/Cargo.toml (+1 -1)

📄 Description

This is the next step on our journey to a no_std compatible hickory-proto crate (ultimately leading to #2104)


🔄 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/2844 **Author:** [@domenukk](https://github.com/domenukk) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `no_std_rand` --- ### 📝 Commits (1) - [`c97876b`](https://github.com/hickory-dns/hickory-dns/commit/c97876b56ddf73a1ea2c6e8f6c7a474ad49423a9) Introduce no_std_rand random feature for hickory-proto ### 📊 Changes **14 files changed** (+142 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+1 -1) 📝 `Cargo.lock` (+8 -1) 📝 `Cargo.toml` (+2 -0) 📝 `bin/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+11 -7) 📝 `crates/proto/src/dnssec/dnssec_dns_handle/mod.rs` (+1 -0) 📝 `crates/proto/src/lib.rs` (+54 -0) 📝 `crates/proto/src/op/update_message.rs` (+22 -9) 📝 `crates/proto/src/xfer/dns_exchange.rs` (+2 -0) 📝 `crates/proto/src/xfer/dns_handle.rs` (+23 -4) 📝 `crates/proto/src/xfer/mod.rs` (+5 -0) 📝 `crates/proto/src/xfer/retry_dns_handle.rs` (+4 -1) 📝 `fuzz/Cargo.lock` (+7 -0) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description This is the next step on our journey to a no_std compatible hickory-proto crate (ultimately leading to #2104) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:39:34 +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#3362
No description provided.