mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #2662] [CLOSED] chore(deps): update idna to 1.0.3 for 0.24 version #3214
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#3214
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/2662
Author: @DDtKey
Created: 12/9/2024
Status: ❌ Closed
Base:
release/0.24← Head:release-0.24/update-idna📝 Commits (9)
632093bchore(deps): patch idna to 1.0.304f1cbefix: update ip ofexample.com8b951aefix: update ip ofexample.combbfcb1bstyle: apply clippy suggestionseacbfc4Fix up certificate generation scriptsa2a61a3Regenerate test certificates49b164abump MSRV to 1.71.17152111chore: specify 1.0.3 version of idna in Cargo.tomle93d046ci: update MSRV in github action too📊 Changes
90 files changed (+793 additions, -543 deletions)
View changed files
📝
.github/workflows/test.yml(+1 -1)📝
Cargo.lock(+278 -29)📝
Cargo.toml(+3 -3)📝
README.md(+3 -3)📝
bin/README.md(+1 -1)📝
bin/tests/named_tests.rs(+2 -2)📝
bin/tests/server_harness/mod.rs(+6 -6)📝
crates/async-std-resolver/README.md(+3 -3)📝
crates/async-std-resolver/src/lib.rs(+2 -2)📝
crates/client/README.md(+2 -2)📝
crates/client/src/client/async_client.rs(+2 -2)📝
crates/client/src/client/async_secure_client.rs(+1 -5)📝
crates/client/src/lib.rs(+2 -2)📝
crates/client/src/rr/zone.rs(+1 -1)📝
crates/proto/README.md(+1 -1)📝
crates/proto/src/h2/h2_client_stream.rs(+6 -6)📝
crates/proto/src/h3/h3_client_stream.rs(+6 -6)📝
crates/proto/src/multicast/mdns_stream.rs(+1 -1)📝
crates/proto/src/op/edns.rs(+1 -1)📝
crates/proto/src/op/message.rs(+5 -5)...and 70 more files
📄 Description
Closes #2661
This PR updates
idnato1.0.3for existing0.24version.Thus, it can be released as a patch version to solve the issue instead of forcing people to use
alphachannel of0.25.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.