[PR #1330] [MERGED] Upgrade to tokio v1.0 #2216

Closed
opened 2026-03-16 07:43:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1330
Author: @messense
Created: 12/25/2020
Status: Merged
Merged: 12/27/2020
Merged by: @bluejekyll

Base: mainHead: tokio-1


📝 Commits (2)

📊 Changes

19 files changed (+240 additions, -220 deletions)

View changed files

📝 Cargo.lock (+173 -154)
📝 Cargo.toml (+1 -1)
📝 bin/Cargo.toml (+1 -1)
📝 crates/client/Cargo.toml (+1 -1)
📝 crates/https/Cargo.toml (+3 -3)
📝 crates/native-tls/Cargo.toml (+2 -2)
📝 crates/openssl/Cargo.toml (+3 -3)
📝 crates/openssl/src/tls_stream.rs (+7 -4)
📝 crates/proto/Cargo.toml (+2 -2)
📝 crates/proto/src/udp/udp_stream.rs (+1 -1)
📝 crates/resolver/Cargo.toml (+4 -4)
📝 crates/rustls/Cargo.toml (+2 -2)
📝 crates/server/Cargo.toml (+4 -4)
📝 crates/server/src/server/server_future.rs (+24 -28)
📝 crates/server/src/server/timeout_stream.rs (+3 -3)
📝 tests/integration-tests/Cargo.toml (+1 -1)
📝 tests/integration-tests/src/lib.rs (+5 -3)
📝 tests/integration-tests/tests/mdns_tests.rs (+2 -2)
📝 util/Cargo.toml (+1 -1)

📄 Description

Closes #1329


🔄 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/1330 **Author:** [@messense](https://github.com/messense) **Created:** 12/25/2020 **Status:** ✅ Merged **Merged:** 12/27/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `tokio-1` --- ### 📝 Commits (2) - [`b35c566`](https://github.com/hickory-dns/hickory-dns/commit/b35c56691c9968ef80f1c3cdb56da77ad0ee798e) Upgrade to tokio v1.0 - [`5a4ff9c`](https://github.com/hickory-dns/hickory-dns/commit/5a4ff9c393bcf9a18d6c00118990a1624c29e6fe) Get rid of new `unwrap()`s ### 📊 Changes **19 files changed** (+240 additions, -220 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+173 -154) 📝 `Cargo.toml` (+1 -1) 📝 `bin/Cargo.toml` (+1 -1) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/https/Cargo.toml` (+3 -3) 📝 `crates/native-tls/Cargo.toml` (+2 -2) 📝 `crates/openssl/Cargo.toml` (+3 -3) 📝 `crates/openssl/src/tls_stream.rs` (+7 -4) 📝 `crates/proto/Cargo.toml` (+2 -2) 📝 `crates/proto/src/udp/udp_stream.rs` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+4 -4) 📝 `crates/rustls/Cargo.toml` (+2 -2) 📝 `crates/server/Cargo.toml` (+4 -4) 📝 `crates/server/src/server/server_future.rs` (+24 -28) 📝 `crates/server/src/server/timeout_stream.rs` (+3 -3) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/src/lib.rs` (+5 -3) 📝 `tests/integration-tests/tests/mdns_tests.rs` (+2 -2) 📝 `util/Cargo.toml` (+1 -1) </details> ### 📄 Description Closes #1329 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 07:43:38 +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#2216
No description provided.