[PR #1928] [CLOSED] Dependency cleanups #2704

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1928
Author: @djc
Created: 5/8/2023
Status: Closed

Base: mainHead: cleanup


📝 Commits (5)

  • 3c83688 Add fuzzing dependencies to lockfile
  • 3061544 Move default-features toggle into workspace dependency config
  • 25cbe56 Update dependencies
  • f400ad6 Upgrade socket2 and rusqlite
  • fdb7ee2 Apply clippy suggestions

📊 Changes

15 files changed (+417 additions, -275 deletions)

View changed files

📝 Cargo.lock (+375 -229)
📝 Cargo.toml (+9 -9)
📝 bin/Cargo.toml (+2 -2)
📝 bin/src/trust-dns.rs (+1 -6)
📝 crates/async-std-resolver/Cargo.toml (+4 -4)
📝 crates/async-std-resolver/src/tests.rs (+2 -0)
📝 crates/client/Cargo.toml (+3 -3)
📝 crates/client/src/client/memoize_client_handle.rs (+3 -4)
📝 crates/client/src/client/rc_stream.rs (+2 -2)
📝 crates/proto/Cargo.toml (+4 -4)
📝 crates/recursor/Cargo.toml (+2 -2)
📝 crates/resolver/Cargo.toml (+3 -3)
📝 crates/resolver/src/name_server/connection_provider.rs (+4 -4)
📝 crates/server/Cargo.toml (+2 -2)
📝 util/Cargo.toml (+1 -1)

📄 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/1928 **Author:** [@djc](https://github.com/djc) **Created:** 5/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cleanup` --- ### 📝 Commits (5) - [`3c83688`](https://github.com/hickory-dns/hickory-dns/commit/3c83688be3fd2e364b971d8012d774c71e44d6a4) Add fuzzing dependencies to lockfile - [`3061544`](https://github.com/hickory-dns/hickory-dns/commit/30615444749cf213179dcc06a167fe0ba18da560) Move default-features toggle into workspace dependency config - [`25cbe56`](https://github.com/hickory-dns/hickory-dns/commit/25cbe56da57498fe3cc3faa43676c421aee33773) Update dependencies - [`f400ad6`](https://github.com/hickory-dns/hickory-dns/commit/f400ad626c3cdbee6466f759b960a57f134373a0) Upgrade socket2 and rusqlite - [`fdb7ee2`](https://github.com/hickory-dns/hickory-dns/commit/fdb7ee2f08ae50f33c3b7d7d48d90a8f02d6b6e0) Apply clippy suggestions ### 📊 Changes **15 files changed** (+417 additions, -275 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+375 -229) 📝 `Cargo.toml` (+9 -9) 📝 `bin/Cargo.toml` (+2 -2) 📝 `bin/src/trust-dns.rs` (+1 -6) 📝 `crates/async-std-resolver/Cargo.toml` (+4 -4) 📝 `crates/async-std-resolver/src/tests.rs` (+2 -0) 📝 `crates/client/Cargo.toml` (+3 -3) 📝 `crates/client/src/client/memoize_client_handle.rs` (+3 -4) 📝 `crates/client/src/client/rc_stream.rs` (+2 -2) 📝 `crates/proto/Cargo.toml` (+4 -4) 📝 `crates/recursor/Cargo.toml` (+2 -2) 📝 `crates/resolver/Cargo.toml` (+3 -3) 📝 `crates/resolver/src/name_server/connection_provider.rs` (+4 -4) 📝 `crates/server/Cargo.toml` (+2 -2) 📝 `util/Cargo.toml` (+1 -1) </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 11:03: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#2704
No description provided.