mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2028] [MERGED] Update dependencies (avoid vulnerability), optional TOML, remove unused dependencies #2766
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#2766
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/2028
Author: @djc
Created: 9/18/2023
Status: ✅ Merged
Merged: 9/26/2023
Merged by: @bluejekyll
Base:
main← Head:server-toml📝 Commits (10+)
3940a1badd MSRV env-var to justfile for testingcf84b9bupdate certs for server https/quic tests15368caserver: simplify Config TOML APIf52c8ecserver: make TOML dependency optional0a39970Clean up unused dependencies72c1ee3server: switch to basic-toml2875fe9Update semver-compatible dependencies78c0fa3Avoid deprecated rustls API42d3597Bump MSRV to 1.67 (for time)aee9d23util: clarify internal structure📊 Changes
42 files changed (+629 additions, -616 deletions)
View changed files
📝
.github/workflows/test.yml(+1 -1)📝
Cargo.lock(+490 -451)📝
Cargo.toml(+3 -3)📝
README.md(+5 -5)📝
bin/Cargo.toml(+2 -2)📝
bin/README.md(+5 -5)📝
bin/src/trust-dns.rs(+3 -3)📝
bin/tests/named_https_tests.rs(+1 -1)📝
bin/tests/named_quic_tests.rs(+1 -1)📝
crates/async-std-resolver/README.md(+1 -1)📝
crates/client/README.md(+1 -1)📝
crates/proto/Cargo.toml(+0 -1)📝
crates/proto/README.md(+1 -1)📝
crates/proto/src/https/https_client_stream.rs(+1 -1)📝
crates/proto/src/quic/quic_client_stream.rs(+1 -1)📝
crates/recursor/Cargo.toml(+0 -2)📝
crates/recursor/README.md(+1 -1)📝
crates/resolver/README.md(+1 -1)📝
crates/resolver/src/tls/dns_over_rustls.rs(+1 -1)📝
crates/server/Cargo.toml(+3 -2)...and 22 more files
📄 Description
Also clean up unused dependencies (as found by
cargo udeps) and switch from the toml crate to basic-toml, which needs fewer dependencies.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.