[PR #1852] [CLOSED] Fix all Tokio usage to version to 1.21. #2654

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1852
Author: @darnuria
Created: 12/4/2022
Status: Closed

Base: mainHead: tokio-one-version


📝 Commits (1)

  • d9cc7e2 Fix all Tokio usage to version to 1.21.

📊 Changes

7 files changed (+11 additions, -11 deletions)

View changed files

📝 crates/client/Cargo.toml (+2 -2)
📝 crates/proto/Cargo.toml (+2 -2)
📝 crates/recursor/Cargo.toml (+2 -2)
📝 crates/resolver/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)
📝 tests/integration-tests/Cargo.toml (+2 -2)
📝 util/Cargo.toml (+1 -1)

📄 Description

I was wondering why trust-dns build where so big so I went doing some dependencies version inspection. Don't know what will be the impact but it's still interesting.

Did a really simple rg -A 10 dependencies **/cargo.toml to have a first quick summary.

(will add cargo lock after my cargo make all-feature ends)


🔄 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/1852 **Author:** [@darnuria](https://github.com/darnuria) **Created:** 12/4/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `tokio-one-version` --- ### 📝 Commits (1) - [`d9cc7e2`](https://github.com/hickory-dns/hickory-dns/commit/d9cc7e2241f71481cad210324833ba729d318a6b) Fix all Tokio usage to version to 1.21. ### 📊 Changes **7 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/Cargo.toml` (+2 -2) 📝 `crates/proto/Cargo.toml` (+2 -2) 📝 `crates/recursor/Cargo.toml` (+2 -2) 📝 `crates/resolver/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+2 -2) 📝 `util/Cargo.toml` (+1 -1) </details> ### 📄 Description I was wondering why trust-dns build where so big so I went doing some dependencies version inspection. Don't know what will be the impact but it's still interesting. Did a really simple `rg -A 10 dependencies **/cargo.toml ` to have a first quick summary. (will add cargo lock after my `cargo make all-feature` ends) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:00:51 +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#2654
No description provided.