mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1081] [MERGED] updates for 1.43 #1949
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#1949
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/1081
Author: @bluejekyll
Created: 4/27/2020
Status: ✅ Merged
Merged: 4/27/2020
Merged by: @bluejekyll
Base:
master← Head:updates-for-1.43.0📝 Commits (4)
b453db5updates for 1.4305e1104bump OpenSSL install to 1.1.1g for Windows8793f8aApril version updatesa4f1fedbump version to 0.19.5📊 Changes
28 files changed (+284 additions, -264 deletions)
View changed files
📝
Cargo.lock(+156 -156)📝
Makefile.toml(+1 -1)📝
bin/Cargo.toml(+9 -9)📝
crates/async-std-resolver/Cargo.toml(+3 -3)📝
crates/client/Cargo.toml(+3 -3)📝
crates/client/src/lib.rs(+5 -2)📝
crates/client/src/rr/dnssec/key_format.rs(+1 -1)📝
crates/https/Cargo.toml(+3 -3)📝
crates/https/src/lib.rs(+1 -0)📝
crates/native-tls/Cargo.toml(+2 -2)📝
crates/native-tls/src/tests.rs(+6 -1)📝
crates/openssl/Cargo.toml(+2 -2)📝
crates/proto/Cargo.toml(+1 -1)📝
crates/proto/src/lib.rs(+1 -0)📝
crates/proto/src/op/message.rs(+1 -0)📝
crates/proto/src/rr/dnssec/public_key.rs(+3 -2)📝
crates/proto/src/rr/rdata/opt.rs(+1 -0)📝
crates/resolver/Cargo.toml(+6 -6)📝
crates/resolver/src/async_resolver.rs(+27 -25)📝
crates/resolver/src/lib.rs(+5 -2)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
logto v0.4.18 #2714