mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1025] [MERGED] Bring over master updates for 0.19 #1882
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#1882
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/1025
Author: @bluejekyll
Created: 2/15/2020
Status: ✅ Merged
Merged: 2/15/2020
Merged by: @bluejekyll
Base:
release/0.19← Head:master📝 Commits (10+)
2724575Bump bytes from 0.5.3 to 0.5.4b25ab62Remove unusedfuturesdefault features (#1003)a097967clean up clippy warnings for Rust 1.4150a353aMake the field public to make creating a custom ResolverOpts easier from out of crate (#1009)0fc0ed7Bump smallvec from 1.1.0 to 1.2.00016274Bump ring from 0.16.9 to 0.16.10184493dBump regex from 1.3.3 to 1.3.492d3256Bump webpki from 0.21.0 to 0.21.2360233cBump openssl from 0.10.26 to 0.10.2727118e5Bump toml from 0.5.5 to 0.5.6📊 Changes
21 files changed (+442 additions, -399 deletions)
View changed files
➕
.github/workflows/publish.yml(+31 -0)📝
.github/workflows/test.yml(+8 -5)📝
CHANGELOG.md(+11 -2)📝
Cargo.lock(+263 -269)📝
Makefile.toml(+3 -1)📝
bin/Cargo.toml(+13 -13)📝
crates/client/Cargo.toml(+9 -8)📝
crates/https/Cargo.toml(+9 -8)📝
crates/native-tls/Cargo.toml(+4 -4)📝
crates/openssl/Cargo.toml(+5 -5)📝
crates/proto/Cargo.toml(+8 -7)📝
crates/proto/src/rr/dnssec/digest_type.rs(+6 -6)📝
crates/proto/src/rr/dnssec/rdata/mod.rs(+8 -8)📝
crates/proto/src/rr/record_type.rs(+14 -14)📝
crates/resolver/Cargo.toml(+13 -12)📝
crates/resolver/src/config.rs(+3 -3)📝
crates/rustls/Cargo.toml(+4 -4)📝
crates/server/Cargo.toml(+11 -11)📝
tests/compatibility-tests/Cargo.toml(+3 -3)📝
tests/integration-tests/Cargo.toml(+12 -12)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.