[PR #1166] [MERGED] update code for rust 1.45 #2035

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1166
Author: @bluejekyll
Created: 7/18/2020
Status: Merged
Merged: 7/19/2020
Merged by: @bluejekyll

Base: mainHead: updates-for-1.45


📝 Commits (2)

  • ba66683 update code for rust 1.45
  • 4949157 ignore UDP dnssec tests by default

📊 Changes

11 files changed (+15 additions, -20 deletions)

View changed files

📝 crates/client/src/serialize/txt/zone_lex.rs (+1 -2)
📝 crates/https/src/https_client_stream.rs (+1 -2)
📝 crates/proto/src/rr/rr_set.rs (+1 -1)
📝 crates/proto/src/serialize/binary/encoder.rs (+1 -1)
📝 crates/proto/src/tcp/tcp_stream.rs (+4 -7)
📝 crates/proto/src/xfer/dnssec_dns_handle.rs (+2 -2)
📝 crates/server/src/server/timeout_stream.rs (+1 -1)
📝 crates/server/src/store/sqlite/authority.rs (+1 -1)
📝 tests/integration-tests/tests/client_tests.rs (+1 -0)
📝 tests/integration-tests/tests/dnssec_client_handle_tests.rs (+1 -2)
📝 tests/integration-tests/tests/sqlite_authority_tests.rs (+1 -1)

📄 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/1166 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 7/18/2020 **Status:** ✅ Merged **Merged:** 7/19/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `updates-for-1.45` --- ### 📝 Commits (2) - [`ba66683`](https://github.com/hickory-dns/hickory-dns/commit/ba666838b1d59ec6c0c3f9327ddd28dcf38333af) update code for rust 1.45 - [`4949157`](https://github.com/hickory-dns/hickory-dns/commit/494915799345927e5132171a345bdb2f542a50a2) ignore UDP dnssec tests by default ### 📊 Changes **11 files changed** (+15 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/serialize/txt/zone_lex.rs` (+1 -2) 📝 `crates/https/src/https_client_stream.rs` (+1 -2) 📝 `crates/proto/src/rr/rr_set.rs` (+1 -1) 📝 `crates/proto/src/serialize/binary/encoder.rs` (+1 -1) 📝 `crates/proto/src/tcp/tcp_stream.rs` (+4 -7) 📝 `crates/proto/src/xfer/dnssec_dns_handle.rs` (+2 -2) 📝 `crates/server/src/server/timeout_stream.rs` (+1 -1) 📝 `crates/server/src/store/sqlite/authority.rs` (+1 -1) 📝 `tests/integration-tests/tests/client_tests.rs` (+1 -0) 📝 `tests/integration-tests/tests/dnssec_client_handle_tests.rs` (+1 -2) 📝 `tests/integration-tests/tests/sqlite_authority_tests.rs` (+1 -1) </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:57:49 +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#2035
No description provided.