mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #3292] [MERGED] Bump MSRV to 1.83 and update dependencies #3718
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#3718
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:update-deps📝 Commits (3)
e87bdabclient: drop unused dependency934c453Bump MSRV to 1.838f85fafUpdate 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::Errorwhich is pretty nice.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.