[PR #3292] [MERGED] Bump MSRV to 1.83 and update dependencies #3718

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3292
Author: @djc
Created: 10/1/2025
Status: Merged
Merged: 10/1/2025
Merged by: @djc

Base: mainHead: update-deps


📝 Commits (3)

  • e87bdab client: drop unused dependency
  • 934c453 Bump MSRV to 1.83
  • 8f85faf Update semver-compatible dependencies

📊 Changes

39 files changed (+513 additions, -654 deletions)

View changed files

📝 .github/workflows/test.yml (+1 -1)
📝 Cargo.lock (+276 -276)
📝 Cargo.toml (+1 -2)
📝 bin/tests/integration/zone_handler_battery/basic.rs (+2 -4)
📝 conformance/Cargo.lock (+51 -83)
📝 crates/client/Cargo.toml (+0 -1)
📝 crates/proto/src/dnssec/proof.rs (+1 -1)
📝 crates/proto/src/h2/h2_client_stream.rs (+2 -2)
📝 crates/proto/src/h3/h3_client_stream.rs (+2 -2)
📝 crates/proto/src/h3/h3_server.rs (+2 -1)
📝 crates/proto/src/lib.rs (+0 -3)
📝 crates/proto/src/multicast/mdns_client_stream.rs (+1 -1)
📝 crates/proto/src/multicast/mdns_stream.rs (+1 -1)
📝 crates/proto/src/op/serial_message.rs (+0 -3)
📝 crates/proto/src/quic/quic_client_stream.rs (+2 -1)
📝 crates/proto/src/quic/quic_server.rs (+2 -1)
📝 crates/proto/src/quic/tests.rs (+2 -2)
📝 crates/proto/src/rr/domain/name.rs (+1 -5)
📝 crates/proto/src/rr/rdata/a.rs (+1 -8)
📝 crates/proto/src/rr/rdata/aaaa.rs (+1 -8)

...and 19 more files

📄 Description

I think it's about time for a bigger MSRV jump. 1.83 was released 2024-11-28 and I don't expect us to release main in the next two months, so we're supporting at least a year of releases. Current stable Debian (trixie, released in August) supports 1.85. 1.83 has core::error::Error which is pretty nice.


🔄 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/3292 **Author:** [@djc](https://github.com/djc) **Created:** 10/1/2025 **Status:** ✅ Merged **Merged:** 10/1/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `update-deps` --- ### 📝 Commits (3) - [`e87bdab`](https://github.com/hickory-dns/hickory-dns/commit/e87bdabc4ae869f8c116f33d66e57b722d301488) client: drop unused dependency - [`934c453`](https://github.com/hickory-dns/hickory-dns/commit/934c4539c0edd3c0c6079e058651797f47539b6f) Bump MSRV to 1.83 - [`8f85faf`](https://github.com/hickory-dns/hickory-dns/commit/8f85faf7ddafd6717157b98eb2185da69fbee618) Update semver-compatible dependencies ### 📊 Changes **39 files changed** (+513 additions, -654 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+1 -1) 📝 `Cargo.lock` (+276 -276) 📝 `Cargo.toml` (+1 -2) 📝 `bin/tests/integration/zone_handler_battery/basic.rs` (+2 -4) 📝 `conformance/Cargo.lock` (+51 -83) 📝 `crates/client/Cargo.toml` (+0 -1) 📝 `crates/proto/src/dnssec/proof.rs` (+1 -1) 📝 `crates/proto/src/h2/h2_client_stream.rs` (+2 -2) 📝 `crates/proto/src/h3/h3_client_stream.rs` (+2 -2) 📝 `crates/proto/src/h3/h3_server.rs` (+2 -1) 📝 `crates/proto/src/lib.rs` (+0 -3) 📝 `crates/proto/src/multicast/mdns_client_stream.rs` (+1 -1) 📝 `crates/proto/src/multicast/mdns_stream.rs` (+1 -1) 📝 `crates/proto/src/op/serial_message.rs` (+0 -3) 📝 `crates/proto/src/quic/quic_client_stream.rs` (+2 -1) 📝 `crates/proto/src/quic/quic_server.rs` (+2 -1) 📝 `crates/proto/src/quic/tests.rs` (+2 -2) 📝 `crates/proto/src/rr/domain/name.rs` (+1 -5) 📝 `crates/proto/src/rr/rdata/a.rs` (+1 -8) 📝 `crates/proto/src/rr/rdata/aaaa.rs` (+1 -8) _...and 19 more files_ </details> ### 📄 Description I think it's about time for a bigger MSRV jump. 1.83 was released 2024-11-28 and I don't expect us to release main in the next two months, so we're supporting at least a year of releases. Current stable Debian (trixie, released in August) supports 1.85. 1.83 has `core::error::Error` which is pretty nice. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:58:52 +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#3718
No description provided.