[PR #283] [MERGED] Update data-encoding major version #1340

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/283
Author: @ia0
Created: 11/5/2017
Status: Merged
Merged: 11/21/2017
Merged by: @bluejekyll

Base: masterHead: update_data_encoding


📝 Commits (6)

  • a72e363 Update data-encoding major version
  • 16751b6 Merge branch 'master' into update_data_encoding
  • e6e60bf Update data-encoding minor version
  • 3691c0b Remove Google LLC from copyright.txt
  • bdb0a73 Remove unnecessary to_uppercase
  • 351bcfe Merge branch 'master' into update_data_encoding

📊 Changes

14 files changed (+111 additions, -28 deletions)

View changed files

📝 Cargo.lock (+74 -5)
📝 LICENSE-MIT (+1 -0)
📝 client/Cargo.toml (+2 -1)
📝 client/src/error/parse_error.rs (+3 -2)
📝 client/src/lib.rs (+2 -0)
📝 client/src/serialize/txt/rdata_parsers/tlsa.rs (+11 -5)
📝 compatibility-tests/Cargo.toml (+1 -1)
📝 compatibility-tests/src/lib.rs (+7 -6)
📝 integration-tests/Cargo.toml (+0 -1)
📝 proto/Cargo.toml (+1 -1)
📝 proto/src/lib.rs (+2 -1)
📝 proto/src/rr/dnssec/nsec3.rs (+3 -2)
📝 util/Cargo.toml (+1 -1)
📝 util/src/dnskey_to_pem.rs (+3 -2)

📄 Description

Also fix unused import when some features are absent.


🔄 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/283 **Author:** [@ia0](https://github.com/ia0) **Created:** 11/5/2017 **Status:** ✅ Merged **Merged:** 11/21/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `update_data_encoding` --- ### 📝 Commits (6) - [`a72e363`](https://github.com/hickory-dns/hickory-dns/commit/a72e3633c14fa36c9d31f45c389ecbb7c7e5f7c5) Update data-encoding major version - [`16751b6`](https://github.com/hickory-dns/hickory-dns/commit/16751b6cff16e68746b6f99e68ab1b55e8783fe9) Merge branch 'master' into update_data_encoding - [`e6e60bf`](https://github.com/hickory-dns/hickory-dns/commit/e6e60bf1d89383a3a846ec0b6e5d0425544380d2) Update data-encoding minor version - [`3691c0b`](https://github.com/hickory-dns/hickory-dns/commit/3691c0baa8c975088ea92790e82b79b278c30a8d) Remove Google LLC from copyright.txt - [`bdb0a73`](https://github.com/hickory-dns/hickory-dns/commit/bdb0a73361391ad9bd3413bf4a51513614f47475) Remove unnecessary to_uppercase - [`351bcfe`](https://github.com/hickory-dns/hickory-dns/commit/351bcfe42e2e40b6201134d08c2dac758e83f421) Merge branch 'master' into update_data_encoding ### 📊 Changes **14 files changed** (+111 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+74 -5) 📝 `LICENSE-MIT` (+1 -0) 📝 `client/Cargo.toml` (+2 -1) 📝 `client/src/error/parse_error.rs` (+3 -2) 📝 `client/src/lib.rs` (+2 -0) 📝 `client/src/serialize/txt/rdata_parsers/tlsa.rs` (+11 -5) 📝 `compatibility-tests/Cargo.toml` (+1 -1) 📝 `compatibility-tests/src/lib.rs` (+7 -6) 📝 `integration-tests/Cargo.toml` (+0 -1) 📝 `proto/Cargo.toml` (+1 -1) 📝 `proto/src/lib.rs` (+2 -1) 📝 `proto/src/rr/dnssec/nsec3.rs` (+3 -2) 📝 `util/Cargo.toml` (+1 -1) 📝 `util/src/dnskey_to_pem.rs` (+3 -2) </details> ### 📄 Description Also fix unused import when some features are absent. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:01:04 +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#1340
No description provided.