mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[GH-ISSUE #1622] tokio v1.6.0 is yanked #715
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#715
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 @LuckyTurtleDev on GitHub (Feb 1, 2022).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1622
Originally assigned to: @bluejekyll on GitHub.
The version of tokio, which is used at the latest release (0.20.3) is yanked. Maybe it is a good idea, to release a version, with a updated tokio.
@bluejekyll commented on GitHub (Feb 1, 2022):
I'm getting a 0.20 release ready right now.
@bluejekyll commented on GitHub (Feb 1, 2022):
The lock file in the repo has Tokio at 1.3, I'm happy to publish a new version with cargo update applied, but I'm not sure trust-dns is the issue here?
@djc commented on GitHub (Feb 1, 2022):
Yeah, it doesn't really make sense that trust-dns is causing issues here. You could just use a newer tokio?
@LuckyTurtleDev commented on GitHub (Feb 1, 2022):
Package are often build with
--lockedso they would still spread yanked tokio.some dependencies and features does depend on tokio 1.6.0:
@djc commented on GitHub (Feb 1, 2022):
So are you talking about a trust-dns binary? Because I don't think lock files come into play for libraries?
@LuckyTurtleDev commented on GitHub (Feb 1, 2022):
yes, I should have mention this.
@djc commented on GitHub (Feb 2, 2022):
0.20.4 has been released, should be fixed now.
@LuckyTurtleDev commented on GitHub (Feb 2, 2022):
Thanks it does fix the issue.