[PR #246] [MERGED] Remove unneeded dependencies. #1319

Closed
opened 2026-03-16 01:59:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/246
Author: @briansmith
Created: 10/24/2017
Status: Merged
Merged: 10/24/2017
Merged by: @bluejekyll

Base: masterHead: minimize-deps


📝 Commits (6)

  • 539d1ef Fix warning about unused data_encoding dependency with --no-default-features
  • 54f3602 Don't depend on data_encoding when DNSSEC isn't enabled.
  • 448b833 Don't depend on untrusted when ring isn't being used.
  • 6366311 Remove lazy-static dependency from proto.
  • 7f6dafd Remove unused time dependency from proto.
  • a2c8046 Remove duplicate tokio-core dev-dependency from resolver.

📊 Changes

5 files changed (+7 additions, -20 deletions)

View changed files

📝 Cargo.lock (+0 -2)
📝 proto/Cargo.toml (+4 -6)
📝 proto/src/lib.rs (+1 -2)
📝 proto/src/udp/udp_stream.rs (+2 -7)
📝 resolver/Cargo.toml (+0 -3)

📄 Description

No description provided


🔄 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/246 **Author:** [@briansmith](https://github.com/briansmith) **Created:** 10/24/2017 **Status:** ✅ Merged **Merged:** 10/24/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `minimize-deps` --- ### 📝 Commits (6) - [`539d1ef`](https://github.com/hickory-dns/hickory-dns/commit/539d1efe641cf906a46bfe8183f565e5fdb303d5) Fix warning about unused data_encoding dependency with --no-default-features - [`54f3602`](https://github.com/hickory-dns/hickory-dns/commit/54f36024c17dd4e4431af2a912f59424561bbd8d) Don't depend on data_encoding when DNSSEC isn't enabled. - [`448b833`](https://github.com/hickory-dns/hickory-dns/commit/448b833fce376fa7933a6bc86fdd7c5d0757946f) Don't depend on untrusted when *ring* isn't being used. - [`6366311`](https://github.com/hickory-dns/hickory-dns/commit/63663110eb1bd0f3c9b5ab803da2c8e5ab0504ea) Remove lazy-static dependency from proto. - [`7f6dafd`](https://github.com/hickory-dns/hickory-dns/commit/7f6dafdf4df92b0ca0c380f82a9de6b09f76c29e) Remove unused time dependency from proto. - [`a2c8046`](https://github.com/hickory-dns/hickory-dns/commit/a2c804672953f51a103b81a53118674ee24489b5) Remove duplicate tokio-core dev-dependency from resolver. ### 📊 Changes **5 files changed** (+7 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+0 -2) 📝 `proto/Cargo.toml` (+4 -6) 📝 `proto/src/lib.rs` (+1 -2) 📝 `proto/src/udp/udp_stream.rs` (+2 -7) 📝 `resolver/Cargo.toml` (+0 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:59:59 +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#1319
No description provided.