mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1262] [MERGED] Upgrade to Tokio 0.3 #2142
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#2142
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/1262
Author: @bluejekyll
Created: 10/24/2020
Status: ✅ Merged
Merged: 11/29/2020
Merged by: @bluejekyll
Base:
main← Head:upgrade-to-tokio-0.3📝 Commits (10+)
657ce88upgrade proto crate to Tokio 0.3519b9c3upgrade trust-dns-rustls to tokio 0.39b55daftemporary implementation of trust-dns-https for Tokio 0.380be0caupgrade trust-dns-client to Tokio 0.3ef18434upgrade trust-dns-openssl to Tokio 0.3ab3b94bupgrade trust-dns-native-tls to Tokio 0.389f4deaupgrade trust-dns-resolver to Tokio 0.3c610f1cupgrade trust-dns-server to Tokio 0.38bfb1e4upgrade trust-dns to Tokio 0.391a2980upgrade integration tests to Tokio 0.3📊 Changes
77 files changed (+703 additions, -702 deletions)
View changed files
📝
.github/workflows/test.yml(+1 -1)📝
CHANGELOG.md(+2 -1)📝
Cargo.lock(+176 -212)📝
Cargo.toml(+5 -0)📝
README.md(+1 -1)📝
bin/Cargo.toml(+3 -3)📝
bin/README.md(+1 -1)📝
bin/benches/comparison_benches.rs(+5 -5)📝
bin/src/named.rs(+20 -32)📝
bin/tests/named_https_tests.rs(+2 -2)📝
bin/tests/named_test_rsa_dnssec.rs(+3 -3)📝
bin/tests/named_tests.rs(+15 -15)📝
bin/tests/server_harness/mod.rs(+3 -1)📝
crates/async-std-resolver/Cargo.toml(+2 -0)📝
crates/async-std-resolver/README.md(+1 -1)📝
crates/async-std-resolver/src/net.rs(+29 -3)📝
crates/client/Cargo.toml(+2 -2)📝
crates/client/README.md(+1 -1)📝
crates/client/src/client/client.rs(+10 -11)📝
crates/client/src/tcp/tcp_client_connection.rs(+9 -8)...and 57 more files
📄 Description
Need to upgrade all crates:
Fixes: #1250
blocked on:
h2 0.3 release with upgrade to Tokio 0.3, will fix this on release of0.20.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.