[PR #1644] [MERGED] Remove structopt #2477

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

📋 Pull Request Information

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

Base: mainHead: remove-structopt


📝 Commits (3)

  • cc00e90 remove structopt dependency
  • 3fb3443 fix clippy warnings for 1.59.0
  • c9d3e1f cleanup trust-dns-util to not always enable openssl

📊 Changes

10 files changed (+75 additions, -118 deletions)

View changed files

📝 Cargo.lock (+30 -80)
📝 bin/src/named.rs (+1 -1)
📝 crates/client/src/rr/dnssec/keypair.rs (+4 -4)
📝 crates/client/src/serialize/txt/zone_lex.rs (+1 -1)
📝 crates/server/src/store/in_memory/authority.rs (+1 -0)
📝 util/Cargo.toml (+12 -6)
📝 util/src/bind_dnskey_to_pem.rs (+2 -2)
📝 util/src/get_root_ksks.rs (+2 -2)
📝 util/src/pem_to_public_dnskey.rs (+2 -2)
📝 util/src/resolve.rs (+20 -20)

📄 Description

This also fixes new clippy errors and cleans up the features a little bit in the trust-dns-util crate


🔄 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/1644 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 2/25/2022 **Status:** ✅ Merged **Merged:** 2/25/2022 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `remove-structopt` --- ### 📝 Commits (3) - [`cc00e90`](https://github.com/hickory-dns/hickory-dns/commit/cc00e90bf71135b8da7eb3b6d6db8968b5be3920) remove structopt dependency - [`3fb3443`](https://github.com/hickory-dns/hickory-dns/commit/3fb34438d404b6746fbfe9987baf90b7706cd364) fix clippy warnings for 1.59.0 - [`c9d3e1f`](https://github.com/hickory-dns/hickory-dns/commit/c9d3e1f4b0ef2941dcc3ebd7dc0c308849083beb) cleanup trust-dns-util to not always enable openssl ### 📊 Changes **10 files changed** (+75 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+30 -80) 📝 `bin/src/named.rs` (+1 -1) 📝 `crates/client/src/rr/dnssec/keypair.rs` (+4 -4) 📝 `crates/client/src/serialize/txt/zone_lex.rs` (+1 -1) 📝 `crates/server/src/store/in_memory/authority.rs` (+1 -0) 📝 `util/Cargo.toml` (+12 -6) 📝 `util/src/bind_dnskey_to_pem.rs` (+2 -2) 📝 `util/src/get_root_ksks.rs` (+2 -2) 📝 `util/src/pem_to_public_dnskey.rs` (+2 -2) 📝 `util/src/resolve.rs` (+20 -20) </details> ### 📄 Description This also fixes new clippy errors and cleans up the features a little bit in the trust-dns-util crate --- <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:00 +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#2477
No description provided.