[PR #1916] [MERGED] Update rustls, tokio-rustls, quinn #2691

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1916
Author: @cpu
Created: 3/29/2023
Status: Merged
Merged: 5/15/2023
Merged by: @djc

Base: mainHead: cpu-rustls-0.21.0


📝 Commits (1)

  • 4d0bd43 deps: update rustls, tokio-rustls, quinn, webpki, webpki-roots.

📊 Changes

6 files changed (+78 additions, -54 deletions)

View changed files

📝 Cargo.lock (+62 -37)
📝 Cargo.toml (+5 -5)
📝 crates/proto/src/quic/quic_client_stream.rs (+8 -8)
📝 crates/proto/src/quic/quic_config.rs (+1 -1)
📝 crates/proto/src/quic/quic_server.rs (+1 -1)
📝 util/src/dns.rs (+1 -2)

📄 Description

Description

This branch updates the Rustls dependency to the recently released 0.21.0 tag. I expect this release will be of particular interest to Trust DNS users because it brings support for IP address subjects in certificates and I understand that to be a common requirement for DoT/DoH.

It also introduces updates to tokio-rustls and quinn to releases using the same 0.21.0 rustls dependency.

Within the Trust DNS codebase a couple small upstream API changes are addressed to ensure the build and tests pass.

Remaining work


🔄 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/1916 **Author:** [@cpu](https://github.com/cpu) **Created:** 3/29/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `cpu-rustls-0.21.0` --- ### 📝 Commits (1) - [`4d0bd43`](https://github.com/hickory-dns/hickory-dns/commit/4d0bd43e466937e013739d1c7816bb1cbf4416a5) deps: update rustls, tokio-rustls, quinn, webpki, webpki-roots. ### 📊 Changes **6 files changed** (+78 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+62 -37) 📝 `Cargo.toml` (+5 -5) 📝 `crates/proto/src/quic/quic_client_stream.rs` (+8 -8) 📝 `crates/proto/src/quic/quic_config.rs` (+1 -1) 📝 `crates/proto/src/quic/quic_server.rs` (+1 -1) 📝 `util/src/dns.rs` (+1 -2) </details> ### 📄 Description ## Description This branch updates the Rustls dependency to the recently released 0.21.0 tag. I expect this release will be of particular interest to Trust DNS users because it brings support for IP address subjects in certificates and I understand that to be a common requirement for DoT/DoH. It also introduces updates to tokio-rustls and quinn to releases using the same 0.21.0 rustls dependency. Within the Trust DNS codebase a couple small upstream API changes are addressed to ensure the build and tests pass. ## Remaining work - [X] wait for https://github.com/tokio-rs/tls/pull/137 to be merged - [x] wait for tokio-rustls v0.24.0 to be published to crates.io - [x] remove Cargo.toml patch for tokio-rustls - [x] wait for https://github.com/quinn-rs/quinn/pull/1515 to be merged - [x] update to rustls-webpki - [x] wait for quinn 0.10 to be published to crates.io https://github.com/quinn-rs/quinn/issues/1528 - [x] remove Cargo.toml patch for quinn - [x] wait for https://github.com/rustls/webpki-roots/pull/28 to be merged - [x] update Cargo.toml for webpki-roots v0.23.0 - [x] fix quinn API breakages - [x] get PR approved --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:03:02 +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#2691
No description provided.