junkurihara / doh-auth-proxy

Local DNS proxy for DNS over HTTPS (DoH), Oblivious DoH (ODoH) and Multiple-relay-based ODoH extension (Mutualized ODoH; MODoH), which additionally supports domain-based filtering and proxy/resolver authentication
https://junkurihara.github.io/dns
MIT License
27 stars 6 forks source link

Update trust-dns-proto requirement from 0.21.2 to 0.22.0 #14

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on trust-dns-proto to permit the latest version.

Release notes

Sourced from trust-dns-proto's releases.

v0.22.0 -- Experimental Recursor and the Dns CLI

0.22.0

Removed

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from trust-dns-proto's changelog.

0.22.0

Removed

Added

  • (resolver) Add option to use a provided name server order #1766 by @​nhurley3
  • (proto) Add invalid utf8 output test for TXT::fmt. #1755 by darnuria
  • (proto) Support 0-RTT in DNS over QUIC #1716 by msoxzw
  • (recursor) new A Trust DNS based Recursor!!! #1710 by @​bluejekyll
  • (resolver) Allow customizing the static hosts configuration #1705 by @​fantix
  • (proto/server) Support loading pkcs#1 private key as well #1704 by @​lisongmin
  • (util) Trust dns client cli (like dig) #1680 by @​bluejekyll

Fixed

Changed

... (truncated)

Commits
  • 19b4dc4 Increase MSRV to 1.59 with 0.22 release
  • def7ff9 temporarily disable windows tests
  • 379469a prepare 0.22.0 release
  • 2d100e9 update changelog for 0.22.0 release
  • ed957b7 update dependencies for 0.22.0 release
  • 7a087eb clean up some style issues
  • 0b4cddb make RecursiveConfig Eq
  • 654fc51 rename hints to roots in source and docs
  • 91ccaba mark recursive resolution as experimental
  • 6c0edd9 merge-with-main
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
dependabot[bot] commented 2 years ago

Looks like trust-dns-proto is up-to-date now, so this is no longer needed.