[PR #2801] [MERGED] Rename tokio-runtime to tokio #3331

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2801
Author: @djc
Created: 2/25/2025
Status: Merged
Merged: 2/25/2025
Merged by: @djc

Base: mainHead: tokio


📝 Commits (1)

  • 30d8f95 Rename tokio-runtime to tokio

📊 Changes

20 files changed (+63 additions, -63 deletions)

View changed files

📝 crates/client/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+5 -5)
📝 crates/proto/src/lib.rs (+1 -1)
📝 crates/proto/src/multicast/mod.rs (+4 -4)
📝 crates/proto/src/runtime.rs (+9 -9)
📝 crates/proto/src/tcp/tcp_client_stream.rs (+4 -4)
📝 crates/proto/src/tcp/tcp_stream.rs (+1 -1)
📝 crates/proto/src/udp/udp_client_stream.rs (+1 -1)
📝 crates/proto/src/udp/udp_stream.rs (+3 -3)
📝 crates/recursor/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+7 -7)
📝 crates/resolver/src/lib.rs (+7 -7)
📝 crates/resolver/src/name_server/connection_provider.rs (+6 -6)
📝 crates/resolver/src/name_server/mod.rs (+1 -1)
📝 crates/resolver/src/name_server/name_server.rs (+1 -1)
📝 crates/resolver/src/name_server/name_server_pool.rs (+1 -1)
📝 crates/resolver/src/resolver.rs (+5 -5)
📝 crates/resolver/src/tests.rs (+2 -2)
📝 crates/server/Cargo.toml (+2 -2)
📝 tests/integration-tests/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/2801 **Author:** [@djc](https://github.com/djc) **Created:** 2/25/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `tokio` --- ### 📝 Commits (1) - [`30d8f95`](https://github.com/hickory-dns/hickory-dns/commit/30d8f95ebe7a98f765aaca4c9880d8881352fb5e) Rename tokio-runtime to tokio ### 📊 Changes **20 files changed** (+63 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+5 -5) 📝 `crates/proto/src/lib.rs` (+1 -1) 📝 `crates/proto/src/multicast/mod.rs` (+4 -4) 📝 `crates/proto/src/runtime.rs` (+9 -9) 📝 `crates/proto/src/tcp/tcp_client_stream.rs` (+4 -4) 📝 `crates/proto/src/tcp/tcp_stream.rs` (+1 -1) 📝 `crates/proto/src/udp/udp_client_stream.rs` (+1 -1) 📝 `crates/proto/src/udp/udp_stream.rs` (+3 -3) 📝 `crates/recursor/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+7 -7) 📝 `crates/resolver/src/lib.rs` (+7 -7) 📝 `crates/resolver/src/name_server/connection_provider.rs` (+6 -6) 📝 `crates/resolver/src/name_server/mod.rs` (+1 -1) 📝 `crates/resolver/src/name_server/name_server.rs` (+1 -1) 📝 `crates/resolver/src/name_server/name_server_pool.rs` (+1 -1) 📝 `crates/resolver/src/resolver.rs` (+5 -5) 📝 `crates/resolver/src/tests.rs` (+2 -2) 📝 `crates/server/Cargo.toml` (+2 -2) 📝 `tests/integration-tests/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:37:56 +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#3331
No description provided.