[PR #1081] [MERGED] updates for 1.43 #1952

Closed
opened 2026-03-16 04:17:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1081
Author: @bluejekyll
Created: 4/27/2020
Status: Merged
Merged: 4/27/2020
Merged by: @bluejekyll

Base: masterHead: updates-for-1.43.0


📝 Commits (4)

📊 Changes

28 files changed (+284 additions, -264 deletions)

View changed files

📝 Cargo.lock (+156 -156)
📝 Makefile.toml (+1 -1)
📝 bin/Cargo.toml (+9 -9)
📝 crates/async-std-resolver/Cargo.toml (+3 -3)
📝 crates/client/Cargo.toml (+3 -3)
📝 crates/client/src/lib.rs (+5 -2)
📝 crates/client/src/rr/dnssec/key_format.rs (+1 -1)
📝 crates/https/Cargo.toml (+3 -3)
📝 crates/https/src/lib.rs (+1 -0)
📝 crates/native-tls/Cargo.toml (+2 -2)
📝 crates/native-tls/src/tests.rs (+6 -1)
📝 crates/openssl/Cargo.toml (+2 -2)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/proto/src/lib.rs (+1 -0)
📝 crates/proto/src/op/message.rs (+1 -0)
📝 crates/proto/src/rr/dnssec/public_key.rs (+3 -2)
📝 crates/proto/src/rr/rdata/opt.rs (+1 -0)
📝 crates/resolver/Cargo.toml (+6 -6)
📝 crates/resolver/src/async_resolver.rs (+27 -25)
📝 crates/resolver/src/lib.rs (+5 -2)

...and 8 more files

📄 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/1081 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/27/2020 **Status:** ✅ Merged **Merged:** 4/27/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `updates-for-1.43.0` --- ### 📝 Commits (4) - [`b453db5`](https://github.com/hickory-dns/hickory-dns/commit/b453db5381ddf95381a552e794697403b268440e) updates for 1.43 - [`05e1104`](https://github.com/hickory-dns/hickory-dns/commit/05e11049364cb84799c3d805d8fdd4cc22f0d6ae) bump OpenSSL install to 1.1.1g for Windows - [`8793f8a`](https://github.com/hickory-dns/hickory-dns/commit/8793f8a7890ecd2619b8ed56d31c9d7422b64faa) April version updates - [`a4f1fed`](https://github.com/hickory-dns/hickory-dns/commit/a4f1fed3b9b82d18d553a6a86cd1dd6dcd2a9bb9) bump version to 0.19.5 ### 📊 Changes **28 files changed** (+284 additions, -264 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+156 -156) 📝 `Makefile.toml` (+1 -1) 📝 `bin/Cargo.toml` (+9 -9) 📝 `crates/async-std-resolver/Cargo.toml` (+3 -3) 📝 `crates/client/Cargo.toml` (+3 -3) 📝 `crates/client/src/lib.rs` (+5 -2) 📝 `crates/client/src/rr/dnssec/key_format.rs` (+1 -1) 📝 `crates/https/Cargo.toml` (+3 -3) 📝 `crates/https/src/lib.rs` (+1 -0) 📝 `crates/native-tls/Cargo.toml` (+2 -2) 📝 `crates/native-tls/src/tests.rs` (+6 -1) 📝 `crates/openssl/Cargo.toml` (+2 -2) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/proto/src/lib.rs` (+1 -0) 📝 `crates/proto/src/op/message.rs` (+1 -0) 📝 `crates/proto/src/rr/dnssec/public_key.rs` (+3 -2) 📝 `crates/proto/src/rr/rdata/opt.rs` (+1 -0) 📝 `crates/resolver/Cargo.toml` (+6 -6) 📝 `crates/resolver/src/async_resolver.rs` (+27 -25) 📝 `crates/resolver/src/lib.rs` (+5 -2) _...and 8 more files_ </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 04:17:12 +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#1952
No description provided.