[PR #2107] [CLOSED] update rustls to latest version #2811

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2107
Author: @ibigbug
Created: 12/8/2023
Status: Closed

Base: mainHead: ibigbug-patch-1


📝 Commits (4)

📊 Changes

13 files changed (+132 additions, -89 deletions)

View changed files

📝 Cargo.lock (+68 -20)
📝 Cargo.toml (+5 -5)
📝 crates/client/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/proto/src/h2/h2_client_stream.rs (+7 -13)
📝 crates/proto/src/h3/h3_server.rs (+10 -10)
📝 crates/proto/src/quic/quic_server.rs (+9 -10)
📝 crates/proto/src/quic/tests.rs (+1 -2)
📝 crates/proto/src/rustls/tests.rs (+2 -2)
📝 crates/proto/src/rustls/tls_server.rs (+25 -20)
📝 crates/proto/src/rustls/tls_stream.rs (+1 -1)
📝 crates/resolver/Cargo.toml (+1 -1)
📝 util/Cargo.toml (+1 -3)

📄 Description

the ring has been updated to 0.17, however the rustls 0.21 still relies on sct which adds older version of ring to the deps


🔄 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/2107 **Author:** [@ibigbug](https://github.com/ibigbug) **Created:** 12/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ibigbug-patch-1` --- ### 📝 Commits (4) - [`04536f3`](https://github.com/hickory-dns/hickory-dns/commit/04536f3d80869dc0acd2c210390c839690aefaa5) Update Cargo.toml - [`69b3f0d`](https://github.com/hickory-dns/hickory-dns/commit/69b3f0d2a5dabd5cd0da442d70fe31cf2679da83) abit more - [`137ba9e`](https://github.com/hickory-dns/hickory-dns/commit/137ba9e28bf06ad504190e21415a1f50034b9d85) more - [`d448448`](https://github.com/hickory-dns/hickory-dns/commit/d44844823cd4dda720b8ef2b095fa27be1e00966) quinn left ### 📊 Changes **13 files changed** (+132 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+68 -20) 📝 `Cargo.toml` (+5 -5) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/proto/src/h2/h2_client_stream.rs` (+7 -13) 📝 `crates/proto/src/h3/h3_server.rs` (+10 -10) 📝 `crates/proto/src/quic/quic_server.rs` (+9 -10) 📝 `crates/proto/src/quic/tests.rs` (+1 -2) 📝 `crates/proto/src/rustls/tests.rs` (+2 -2) 📝 `crates/proto/src/rustls/tls_server.rs` (+25 -20) 📝 `crates/proto/src/rustls/tls_stream.rs` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+1 -1) 📝 `util/Cargo.toml` (+1 -3) </details> ### 📄 Description the `ring` has been updated to 0.17, however the rustls 0.21 still relies on sct which adds older version of ring to the deps --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:09:32 +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#2811
No description provided.