[PR #1246] [MERGED] Some more work on reducing dependency load #2125

Closed
opened 2026-03-16 06:06:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1246
Author: @djc
Created: 10/13/2020
Status: Merged
Merged: 10/13/2020
Merged by: @djc

Base: mainHead: fewer-deps


📝 Commits (2)

  • 5d036e8 https: remove dependency on typed-headers
  • f4271bb make backtrace dependency optional

📊 Changes

21 files changed (+225 additions, -163 deletions)

View changed files

📝 Cargo.lock (+5 -31)
📝 crates/client/Cargo.toml (+2 -1)
📝 crates/client/src/error/client_error.rs (+14 -5)
📝 crates/client/src/error/dnssec_error.rs (+14 -5)
📝 crates/client/src/error/lexer_error.rs (+14 -5)
📝 crates/client/src/error/parse_error.rs (+14 -5)
📝 crates/https/Cargo.toml (+2 -3)
📝 crates/https/src/error.rs (+36 -15)
📝 crates/https/src/https_client_stream.rs (+9 -5)
📝 crates/https/src/https_server.rs (+7 -10)
📝 crates/https/src/lib.rs (+0 -2)
📝 crates/https/src/request.rs (+36 -36)
📝 crates/https/src/response.rs (+7 -17)
📝 crates/proto/Cargo.toml (+2 -1)
📝 crates/proto/src/error.rs (+17 -5)
📝 crates/proto/src/lib.rs (+1 -0)
📝 crates/resolver/Cargo.toml (+1 -1)
📝 crates/resolver/src/error.rs (+14 -5)
📝 crates/server/Cargo.toml (+2 -1)
📝 crates/server/src/error/config_error.rs (+14 -5)

...and 1 more files

📄 Description

Together with #1245, this cuts the amount of dependencies in the Cargo.lock for my project (that depends on resolver) by 16 dependencies.


🔄 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/1246 **Author:** [@djc](https://github.com/djc) **Created:** 10/13/2020 **Status:** ✅ Merged **Merged:** 10/13/2020 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `fewer-deps` --- ### 📝 Commits (2) - [`5d036e8`](https://github.com/hickory-dns/hickory-dns/commit/5d036e8e251d61619d507c4d3d93b65793f7a175) https: remove dependency on typed-headers - [`f4271bb`](https://github.com/hickory-dns/hickory-dns/commit/f4271bb0eb648c328c2da71145dfa4682653f53c) make backtrace dependency optional ### 📊 Changes **21 files changed** (+225 additions, -163 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+5 -31) 📝 `crates/client/Cargo.toml` (+2 -1) 📝 `crates/client/src/error/client_error.rs` (+14 -5) 📝 `crates/client/src/error/dnssec_error.rs` (+14 -5) 📝 `crates/client/src/error/lexer_error.rs` (+14 -5) 📝 `crates/client/src/error/parse_error.rs` (+14 -5) 📝 `crates/https/Cargo.toml` (+2 -3) 📝 `crates/https/src/error.rs` (+36 -15) 📝 `crates/https/src/https_client_stream.rs` (+9 -5) 📝 `crates/https/src/https_server.rs` (+7 -10) 📝 `crates/https/src/lib.rs` (+0 -2) 📝 `crates/https/src/request.rs` (+36 -36) 📝 `crates/https/src/response.rs` (+7 -17) 📝 `crates/proto/Cargo.toml` (+2 -1) 📝 `crates/proto/src/error.rs` (+17 -5) 📝 `crates/proto/src/lib.rs` (+1 -0) 📝 `crates/resolver/Cargo.toml` (+1 -1) 📝 `crates/resolver/src/error.rs` (+14 -5) 📝 `crates/server/Cargo.toml` (+2 -1) 📝 `crates/server/src/error/config_error.rs` (+14 -5) _...and 1 more files_ </details> ### 📄 Description Together with #1245, this cuts the amount of dependencies in the Cargo.lock for my project (that depends on resolver) by 16 dependencies. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 06:06:15 +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#2125
No description provided.