[PR #1251] [MERGED] move to renamed tokio-native-tls crate #2126

Closed
opened 2026-03-16 06:06:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1251
Author: @djc
Created: 10/17/2020
Status: Merged
Merged: 10/17/2020
Merged by: @djc

Base: mainHead: tokio-native-tls


📝 Commits (1)

  • d57c5f5 move to renamed tokio-native-tls crate

📊 Changes

6 files changed (+19 additions, -19 deletions)

View changed files

📝 Cargo.lock (+12 -12)
📝 crates/native-tls/Cargo.toml (+1 -1)
📝 crates/native-tls/src/tls_client_stream.rs (+1 -1)
📝 crates/native-tls/src/tls_stream.rs (+1 -1)
📝 crates/resolver/Cargo.toml (+2 -2)
📝 crates/resolver/src/name_server/connection_provider.rs (+2 -2)

📄 Description

The tokio-tls crate is no longer maintained, I think, and moving to tokio-native-tls is a prerequisite for upgrading to tokio 0.3 (see #1250).


🔄 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/1251 **Author:** [@djc](https://github.com/djc) **Created:** 10/17/2020 **Status:** ✅ Merged **Merged:** 10/17/2020 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `tokio-native-tls` --- ### 📝 Commits (1) - [`d57c5f5`](https://github.com/hickory-dns/hickory-dns/commit/d57c5f5561614b997e53f223ff7f7e02cddf8156) move to renamed tokio-native-tls crate ### 📊 Changes **6 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+12 -12) 📝 `crates/native-tls/Cargo.toml` (+1 -1) 📝 `crates/native-tls/src/tls_client_stream.rs` (+1 -1) 📝 `crates/native-tls/src/tls_stream.rs` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+2 -2) 📝 `crates/resolver/src/name_server/connection_provider.rs` (+2 -2) </details> ### 📄 Description The tokio-tls crate is no longer maintained, I think, and moving to tokio-native-tls is a prerequisite for upgrading to tokio 0.3 (see #1250). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 06:06:31 +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#2126
No description provided.