[PR #672] [MERGED] Update ring in Resolver 0.10 and Client/Server 0.15 #1594

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/672
Author: @bluejekyll
Created: 1/26/2019
Status: Merged
Merged: 1/27/2019
Merged by: @bluejekyll

Base: r0.10Head: update-ring-in-0.10


📝 Commits (3)

  • 3ce7be7 update rustls to 0.15
  • 8ff6163 dnssec: provide dummy KeyRejected error when ring is disbaled
  • 9f758b7 bump versions for 0.10.3 and 0.15.1 releases

📊 Changes

13 files changed (+78 additions, -41 deletions)

View changed files

📝 CHANGELOG.md (+8 -0)
📝 crates/client/Cargo.toml (+5 -5)
📝 crates/client/src/error/dnssec_error.rs (+23 -2)
📝 crates/client/src/rr/dnssec/keypair.rs (+3 -3)
📝 crates/https/Cargo.toml (+5 -5)
📝 crates/https/src/https_client_stream.rs (+2 -2)
📝 crates/proto/Cargo.toml (+3 -3)
📝 crates/resolver/CHANGELOG.md (+7 -0)
📝 crates/resolver/Cargo.toml (+3 -3)
📝 crates/rustls/Cargo.toml (+4 -4)
📝 crates/rustls/src/tls_server.rs (+1 -1)
📝 crates/server/Cargo.toml (+8 -7)
📝 tests/integration-tests/Cargo.toml (+6 -6)

📄 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/672 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 1/26/2019 **Status:** ✅ Merged **Merged:** 1/27/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `r0.10` ← **Head:** `update-ring-in-0.10` --- ### 📝 Commits (3) - [`3ce7be7`](https://github.com/hickory-dns/hickory-dns/commit/3ce7be741ee472b02278fe06d954c6130638881b) update rustls to 0.15 - [`8ff6163`](https://github.com/hickory-dns/hickory-dns/commit/8ff616382a3955f384c95e6fa7c58fc3001802ec) dnssec: provide dummy KeyRejected error when ring is disbaled - [`9f758b7`](https://github.com/hickory-dns/hickory-dns/commit/9f758b7f913bee9f25bef92fec28f00e8d32ddd2) bump versions for 0.10.3 and 0.15.1 releases ### 📊 Changes **13 files changed** (+78 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+8 -0) 📝 `crates/client/Cargo.toml` (+5 -5) 📝 `crates/client/src/error/dnssec_error.rs` (+23 -2) 📝 `crates/client/src/rr/dnssec/keypair.rs` (+3 -3) 📝 `crates/https/Cargo.toml` (+5 -5) 📝 `crates/https/src/https_client_stream.rs` (+2 -2) 📝 `crates/proto/Cargo.toml` (+3 -3) 📝 `crates/resolver/CHANGELOG.md` (+7 -0) 📝 `crates/resolver/Cargo.toml` (+3 -3) 📝 `crates/rustls/Cargo.toml` (+4 -4) 📝 `crates/rustls/src/tls_server.rs` (+1 -1) 📝 `crates/server/Cargo.toml` (+8 -7) 📝 `tests/integration-tests/Cargo.toml` (+6 -6) </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 02:14:53 +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#1594
No description provided.