mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[GH-ISSUE #640] Version mismatch: trust-dns-resolver 0.10.1 won't build with tls support #259
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#259
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?
Originally created by @toreriklinnerud on GitHub (Dec 20, 2018).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/640
Describe the bug
trust-dns-resolver 0.10.1pulls intrust-dns-proto ^0.6.0andtrust-dns-rustls ^0.4.0pulls in conflictingtrust-dns-proto ^0.5.0To Reproduce
Expected behavior
Compilation success
System:
Version:
Crate: trust-dns-resolver
Version: 0.10.1
Additional context
Previous version builds ("version = "= 0.10.0")
@bluejekyll commented on GitHub (Dec 21, 2018):
Thank you for the report. I think this just requires a push of the TLS crates. I’ll see about doing that tonight.
@bluejekyll commented on GitHub (Dec 21, 2018):
resolver 0.10.2 has been published, and should fix this issue.
@toreriklinnerud commented on GitHub (Dec 21, 2018):
Thanks for the quick fix and for trust-dns 😃
Algorithm::from_str()'s logic from -proto to -server. #1323