[PR #1867] [CLOSED] Update all dependencies #2661

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1867
Author: @aldanor
Created: 12/24/2022
Status: Closed

Base: mainHead: update-deps-20221224


📝 Commits (10+)

  • 9113e50 Update deps for the proto crate
  • 7e74a44 Update deps for the server crate
  • a1eb7e9 Update deps for the resolver crate
  • 81f63ee Update deps for the recursor crate
  • b4f7cb1 Update deps for the client crate
  • 17b9108 Update deps for the async-std-resolve crate
  • c328274 Update deps for the integration-tests crate
  • 2acee1d Update deps for the compatibility-tests crate
  • 233881c Update deps for the util crate
  • e486151 Update deps for the trust-dns crate

📊 Changes

11 files changed (+323 additions, -339 deletions)

View changed files

📝 Cargo.lock (+216 -232)
📝 bin/Cargo.toml (+5 -5)
📝 crates/async-std-resolver/Cargo.toml (+7 -7)
📝 crates/client/Cargo.toml (+12 -12)
📝 crates/proto/Cargo.toml (+28 -28)
📝 crates/recursor/Cargo.toml (+11 -11)
📝 crates/resolver/Cargo.toml (+16 -16)
📝 crates/server/Cargo.toml (+12 -12)
📝 tests/compatibility-tests/Cargo.toml (+2 -2)
📝 tests/integration-tests/Cargo.toml (+7 -7)
📝 util/Cargo.toml (+7 -7)

📄 Description

A big dependency bump.

Reasoning:

  • Many dependencies were pinned down to the micro version number and some dependencies weren't bumped for a very long time, which led some of them to become heavily (2+ years) outdated. For any crate that depends on trust-dns-*, this would most likely lead to dependency bloat.
  • For some dependencies, different versions were listed (e.g., 1.0 and 1.21 for tokio).

Notes:

  • Verified that it builds locally with all features/targets enabled and tests pass, on both 1.66 and MSRV (1.60).
  • Verified that nothing's missing via cargo upgrade --incompatible.
  • Updated Cargo.lock.

🔄 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/1867 **Author:** [@aldanor](https://github.com/aldanor) **Created:** 12/24/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update-deps-20221224` --- ### 📝 Commits (10+) - [`9113e50`](https://github.com/hickory-dns/hickory-dns/commit/9113e502971a58bce869f73feb3ada17b25422da) Update deps for the proto crate - [`7e74a44`](https://github.com/hickory-dns/hickory-dns/commit/7e74a443f3b3ab1873c2c0442d60f8e9a3ed7979) Update deps for the server crate - [`a1eb7e9`](https://github.com/hickory-dns/hickory-dns/commit/a1eb7e913a63cdf7b654ae2a42fe3a875cb421a4) Update deps for the resolver crate - [`81f63ee`](https://github.com/hickory-dns/hickory-dns/commit/81f63eebba0e8206fd4615fd6c5bb565056323e6) Update deps for the recursor crate - [`b4f7cb1`](https://github.com/hickory-dns/hickory-dns/commit/b4f7cb1726703d2cc01f3cf77ed6afb1ec894312) Update deps for the client crate - [`17b9108`](https://github.com/hickory-dns/hickory-dns/commit/17b91080a02fa7167e80e6dfc414b0cc78fa9210) Update deps for the async-std-resolve crate - [`c328274`](https://github.com/hickory-dns/hickory-dns/commit/c328274bd4ec8bcfee98d89a344eaf15a80f95d2) Update deps for the integration-tests crate - [`2acee1d`](https://github.com/hickory-dns/hickory-dns/commit/2acee1d7fdc0f32760a9a19f84805b55ddaff4f3) Update deps for the compatibility-tests crate - [`233881c`](https://github.com/hickory-dns/hickory-dns/commit/233881c8ca4ae23d97e9786352b9cb9432e9c6b6) Update deps for the util crate - [`e486151`](https://github.com/hickory-dns/hickory-dns/commit/e4861514355b708b9dc98cf0aab818d0be71aa54) Update deps for the trust-dns crate ### 📊 Changes **11 files changed** (+323 additions, -339 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+216 -232) 📝 `bin/Cargo.toml` (+5 -5) 📝 `crates/async-std-resolver/Cargo.toml` (+7 -7) 📝 `crates/client/Cargo.toml` (+12 -12) 📝 `crates/proto/Cargo.toml` (+28 -28) 📝 `crates/recursor/Cargo.toml` (+11 -11) 📝 `crates/resolver/Cargo.toml` (+16 -16) 📝 `crates/server/Cargo.toml` (+12 -12) 📝 `tests/compatibility-tests/Cargo.toml` (+2 -2) 📝 `tests/integration-tests/Cargo.toml` (+7 -7) 📝 `util/Cargo.toml` (+7 -7) </details> ### 📄 Description A big dependency bump. Reasoning: - Many dependencies were pinned down to the micro version number and some dependencies weren't bumped for a very long time, which led some of them to become heavily (2+ years) outdated. For any crate that depends on trust-dns-*, this would most likely lead to dependency bloat. - For some dependencies, different versions were listed (e.g., 1.0 and 1.21 for tokio). Notes: - Verified that it builds locally with all features/targets enabled and tests pass, on both 1.66 and MSRV (1.60). - Verified that nothing's missing via `cargo upgrade --incompatible`. - Updated `Cargo.lock`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:01:24 +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#2661
No description provided.