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: Bump async-std-resolver from 0.21.2 to 0.23.0 #1331

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps async-std-resolver from 0.21.2 to 0.23.0.

Release notes

Sourced from async-std-resolver's releases.

v0.23.0

0.23.0

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

... (truncated)

Changelog

Sourced from async-std-resolver's changelog.

0.23.0

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

... (truncated)

Commits
  • a0523a5 prepare 0.23.0 release
  • a46b1f1 update Changelog for 0.23.0
  • 6188799 Bump rustls-webpki to v0.101.4
  • fba0c67 Ignore invalid search domains
  • ae1428c bump version to 0.23.0-alpha.5
  • 3f9a68c use new version of webpki
  • 578ce5a Adding graceful shutdown to server.
  • 9e64710 test: fix clippy check
  • 2bbf500 chore: run fmt
  • f323620 fix(resolver): correct ttl from lru cache
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [async-std-resolver](https://github.com/bluejekyll/trust-dns) from 0.21.2 to 0.23.0.
- [Release notes](https://github.com/bluejekyll/trust-dns/releases)
- [Changelog](https://github.com/bluejekyll/trust-dns/blob/main/CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.21.2...v0.23.0)

---
updated-dependencies:
- dependency-name: async-std-resolver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2023
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.

None yet

0 participants