Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update trust-dns monorepo to 0.23 #4456

Closed
wants to merge 1 commit into from

Conversation

oxide-renovate[bot]
Copy link
Contributor

@oxide-renovate oxide-renovate bot commented Nov 7, 2023

This PR contains the following updates:

Package Type Update Change
trust-dns-client (source) workspace.dependencies minor 0.22 -> 0.23
trust-dns-proto (source) workspace.dependencies minor 0.22 -> 0.23
trust-dns-resolver (source) workspace.dependencies minor 0.22 -> 0.23
trust-dns-server (source) workspace.dependencies minor 0.22 -> 0.23

Release Notes

bluejekyll/trust-dns (trust-dns-client)

v0.23.2: Update docs.rs and generated docs to reference Hickory

Compare Source

0.23.2
Changed
  • (all) Added Hickory DNS notice to all library root docs

v0.23.1

Compare Source

Changed

v0.23.0

Compare Source

Fixed
  • (resolver) Malformed label: -- when parsing resolv.conf #​1985 by Jake-Shadle
  • (proto) Fix truncation for UDP #​1975 by nmittler
  • (proto) avoid panicking in parse_time() #​1964 by djc
  • (server) Merge up deny response in requests to server #​1954 by djc
  • (proto) remove duplicate is_soa function #​1948 by mattsse
  • (resolver) Fix minimal tokio version requirement #​1931 by Gelbpunkt
  • (all) Fix bench errors in rust-analyzer #​1777 by jeff-hiner
  • (all) Regenerate the test SSL certificates #​1781 by ssinger
  • (all) Fix some spelling errors #​1783 by nhurley3
  • (proto) proto: only allow ASCII characters in CAA key/value data #​1796 by djc
  • (proto) [rfc8659] CAA RR Change references to RFC 6844 to 8659 #​1798 by darnuria
  • (all) Fixed some clippy warning #​1801 by darnuria
  • (all) Fix links to client documentation #​1808 by clint-white
  • (all) fix cleanliness for 1.65 #​1821 by bluejekyll
  • (proto) Fix stuck of dns over tls with clear text SNI #​1826 by mokeyish
  • (all) Fix enabling only dns-over-* feature #​1833 by NobodyXu
  • (proto) OpenSSL 3.0 compliant #​1841 by HLFH
  • (server) FIX WIP: Zone Parser panics when hostname entry has a leading whitespace. #​1842 by wuerges
  • (server) Fix $TTL not taken into account with wildcard from zonefile. #​1850 by darnuria
  • (all) Some cargo clippy fix #​1851 by darnuria
  • (all) Fix #​1835 RUSTSEC-2021-0145 Update clap to 4.0.29. #​1853 by darnuria
  • (docs) fix DNSSEC typo #​1858 by HLFH
  • (all) clippy updates for Rust 1.66 #​1862 by bluejekyll
  • (tests) ignore truncation for fuzz comparison #​1872 by bluejekyll
  • (tests) fix fuzz build failure #​1875 by manunio
  • (proto) docs: fix truncated rustdoc TODO on LowerName. #​1897 by cpu
  • (tests) Fix: invalid benchmark #​1900 by XOR-op
  • (proto) Fix panics in ClientSubnet conversions #​1909 by djc
  • (tests) Fix fuzz build #​1911 by manunio
  • (proto) Fix PTR.to_string() stack overflow #​1912 by mokeyish
  • (proto) Fix audit upgrade openssl #​1914 by mokeyish
  • (proto) Fix panic of unexpected close of UDP socket #​1915 by mokeyish
  • (proto) Lazily reap finished connections in TokioHandle on spawn_bg #​1917 by jeff-hiner
Changed
  • (resolver) fix(resolver): correct ttl from lru cache #​1984 by iberryful
  • (ci) Use dtolnay/rust-toolchain #​1993 by waywardmonkeys
  • (all) update the minimum required openssl version #​1979 by bluejekyll
  • (bin) Print offending bind error in panic message #​1971 by wprzytula
  • (resolver) Provider API Redesign #​1938 by XOR-op
  • (all) create default rules for justfile (changed from cargo-make to justfiles) #​1951 by bluejekyll
  • (all) Bump log to v0.4.18 #​1949 by daxpedda
  • (proto) Make RData::read() API public #​1945 by djc
  • (all) Replace lazy_static with once_cell #​1944 by daxpedda
  • (resolver) Return Self from AsyncResolver::new() #​1942 by daxpedda
  • (all) Use default-features = false for quinn #​1941 by daxpedda
  • (all) remove the direct dependency to quinn-udp #​1935 by zh-jq
  • (resolver) Order name servers by SRTT #​1784 by nhurley3
  • (resolver) resolver: use errors' Display impl #​1785 by hdhoang
  • (proto) NameIter use a u8 for start/end. #​1787 by darnuria
  • (proto) name.rs use DomainNameTooLong in place of Message. #​1788 by darnuria
  • (proto) Explicit test for label max len and use ProtoErrorKind. #​1789 by darnuria
  • (cli) Port to clap4 #​1791 by darnuria
  • (proto) Improve CAA rdata display #​1794 by wuerges
  • (all) fix #​1767 Update tracing-subscriber to 0.3.16 #​1797 by darnuria
  • (proto) Simplify interface between BinEncoder and MaximalBuf #​1802 by djc
  • (proto) proto: allow unrestricted length character length in SVCB param values #​1806 by djc
  • (all) bump MSRV to 1.60 #​1813 by bluejekyll
  • (all) Lazily reap finished tasks from inner_join_set #​1818 by jeff-hiner
  • (proto) proto: upgrade to Quinn 0.9 #​1822 by djc
  • (resolve) Preserve intermediates for TXT records #​1828 by schultetwin1
  • (all) Feature gate tokio features on mdns crate #​1831 by jxs
  • (test) python3-ply rather than python-ply #​1846 by HLFH
  • (docs) Replace http: links with https: #​1848 by msrd0
  • (docs) Make homepage link simpler for end users #​1857 by HLFH
  • (resolver) Don't retry authoritative NOERROR with an empty set, from trusted resolvers #​1861 by jeff-hiner
  • (server) authority: parse with default record class IN. #​1874 by cpu
  • (resolver) API-breaking change: Deprecate ConnectionProvider with new RuntimeProvider #​1876 by XOR-op
  • (proto) deps: upgrade Tokio 1.21.0 -> 1.24.1 #​1877 by cpu
  • (proto) Move client code used by server code down into proto #​1879 by djc
  • (proto) proto: clean up error logging #​1881 by hawkw
  • (resolver) Make dns_hostname optional to disable verify #​1907 by mokeyish
  • (all) Introduce central crate version management #​1908 by mokeyish
  • (resolver) remove use of time in recursor and client #​1918 by zh-jq
Removed
  • (server) remove named binary #​1859 by HLFH
  • (docs) project: remove refs. to removed 'named' binary #​1873 by cpu
Added
  • (server) Graceful Shutdown of Server #​1869 by theduke
  • (resolver) Add Google DoT and DoH to ResolverConfig #​1989 by daxpedda
  • (server) Adding graceful shutdown to server #​1977 by nmittler
  • (all) add an html coverage report for local review of coverage data #​1959 by bluejekyll
  • (resolver) Add the possibility to shuffle NameServers #​1920 by Edu4rdSHL
  • (resolver) add test for connecting DoH with pure IP Address #​1936 by mokeyish
  • (resolver) add NameServerConfigGroup::from_ips_quic #​1929 by zh-jq
  • (resolve) Add --reverse, --file and --interval to util/resolve #​1807 by cunha
  • (client) TSIG documenting client tsig code + update rfc link #​1810 by darnuria
  • (client) Create dedicated Errors types for Tsig error case #​1811 by darnuria
  • (all) Also declare MSRV in Cargo.toml #​1820 by glts
  • (proto) Add wireformat buffer to DnsResponse #​1855 by mattias-p #​1885 by cpu
  • (client) client: rm zone parse optional class arg.
  • (proto) Implement EDNS Client Subnet ECS reading and writing #​1906 by mokeyish

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@oxide-renovate oxide-renovate bot added the dependencies Pull requests that update a dependency file label Nov 7, 2023
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 6 times, most recently from 7bf6723 to 94d3858 Compare November 15, 2023 04:08
@oxide-renovate oxide-renovate bot changed the title chore(deps): update trust-dns monorepo to 0.23 Update trust-dns monorepo to 0.23 Nov 17, 2023
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 3 times, most recently from d8a7d9b to bec1434 Compare November 21, 2023 09:08
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 3 times, most recently from 42cd38f to 565593d Compare December 1, 2023 04:08
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 8 times, most recently from 8ce177a to 206133c Compare December 13, 2023 04:08
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 4 times, most recently from 4bfea37 to 5ba0445 Compare December 22, 2023 04:08
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 4 times, most recently from 99936a9 to 8424435 Compare January 6, 2024 04:08
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 5 times, most recently from 0759b09 to 4858ea0 Compare January 20, 2024 04:08
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 4 times, most recently from 31ae54c to 4abcd4f Compare January 30, 2024 04:08
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 7 times, most recently from ed960f1 to 555f1a3 Compare February 6, 2024 08:09
@oxide-renovate oxide-renovate bot changed the title Update trust-dns monorepo to 0.23 chore(deps): update trust-dns monorepo to 0.23 Feb 6, 2024
@oxide-renovate oxide-renovate bot changed the title chore(deps): update trust-dns monorepo to 0.23 Update trust-dns monorepo to 0.23 Feb 14, 2024
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 3 times, most recently from cad09bf to 37215ea Compare February 15, 2024 07:21
@oxide-renovate oxide-renovate bot changed the title Update trust-dns monorepo to 0.23 chore(deps): update trust-dns monorepo to 0.23 Feb 15, 2024
@oxide-renovate oxide-renovate bot force-pushed the renovate/trust-dns-monorepo branch 2 times, most recently from 5712130 to 6ebc999 Compare February 16, 2024 04:08
@sunshowers
Copy link
Contributor

We should probably transition directly to hickory-dns.

@sunshowers sunshowers closed this Feb 17, 2024
@oxide-renovate
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.23). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@oxide-renovate oxide-renovate bot deleted the renovate/trust-dns-monorepo branch February 17, 2024 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant