mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #2713] [CLOSED] Test logs #3264
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#3264
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/2713
Author: @Hasan6979
Created: 1/10/2025
Status: ❌ Closed
Base:
release/0.24← Head:test_logs📝 Commits (10+)
887bba2Patch for libtelioc87d453[LLT-4202] Make lookup return error in case of failure on forwardf3583efMerge pull request #2 from NordSecurity/LLT-4202-return-error-if-forward-fails35c13f8Update idna to 1.0.00b8cb51Update time from 0.3.29 to 0.3.372d905c7Fix test with new(er?) google IP addressc873797Cargo clippy fixes applied45f7aefAdd rust-toolchain with 1.77.2 version in itd76f1bdUpdate rustls to fix RUSTSEC-2024-0336fad98f2Update openssl to fix RUSTSEC-2024-0357📊 Changes
88 files changed (+1129 additions, -686 deletions)
View changed files
📝
.cargo/audit.toml(+1 -1)📝
.github/workflows/test.yml(+25 -23)📝
Cargo.lock(+536 -135)📝
Cargo.toml(+1 -1)📝
bin/src/hickory-dns.rs(+9 -9)📝
bin/tests/named_tests.rs(+2 -2)📝
bin/tests/server_harness/mod.rs(+2 -2)📝
crates/async-std-resolver/src/lib.rs(+1 -1)📝
crates/client/src/client/async_client.rs(+7 -4)📝
crates/client/src/lib.rs(+2 -2)📝
crates/proto/src/h2/h2_client_stream.rs(+9 -9)📝
crates/proto/src/h3/h3_client_stream.rs(+6 -6)📝
crates/proto/src/op/message.rs(+2 -2)📝
crates/proto/src/quic/quic_client_stream.rs(+1 -1)📝
crates/proto/src/rr/dnssec/rdata/dnskey.rs(+1 -1)📝
crates/proto/src/rr/dnssec/rdata/key.rs(+1 -1)📝
crates/proto/src/rr/dnssec/signer.rs(+1 -1)📝
crates/proto/src/rr/dnssec/supported_algorithm.rs(+2 -2)📝
crates/proto/src/rr/domain/label.rs(+2 -0)📝
crates/proto/src/rr/rdata/opt.rs(+2 -2)...and 68 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.