Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps async-std-resolver from 0.21.2 to 0.22.0.

Release notes

Sourced from async-std-resolver's releases.

v0.22.0 -- Experimental Recursor and the Dns CLI

0.22.0

Removed

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from async-std-resolver'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 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 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 5, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 3 times, most recently from 4267854 to 2d65acb Compare September 12, 2022 10:56
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 6 times, most recently from 0d7f853 to 57b3912 Compare October 6, 2022 19:43
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 2 times, most recently from a730473 to 4e43c91 Compare October 11, 2022 15:47
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 3 times, most recently from 9f2aab9 to ebe8fcd Compare November 2, 2022 09:04
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 3 times, most recently from 005a289 to 6a4dd04 Compare November 21, 2022 16:15
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 3 times, most recently from 581b2e8 to 2bc669d Compare December 12, 2022 12:18
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 2 times, most recently from 22cf903 to 34d0dd9 Compare December 20, 2022 15:47
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 2 times, most recently from 0452fea to 6f4e401 Compare January 3, 2023 09:29
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 2 times, most recently from d23489b to 4128062 Compare January 9, 2023 11:29
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch from 4128062 to 2085d30 Compare January 16, 2023 10:58
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 2 times, most recently from 926fc10 to cb502ec Compare January 23, 2023 11:42
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 2 times, most recently from 7089973 to 2556ae5 Compare February 6, 2023 10:26
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 3 times, most recently from 230ee10 to 04b6fbe Compare February 20, 2023 23:04
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch 4 times, most recently from 55a2d54 to bc1cf65 Compare March 20, 2023 15:37
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch from bc1cf65 to e6b655f Compare March 29, 2023 10:25
Bumps [async-std-resolver](https://github.com/bluejekyll/trust-dns) from 0.21.2 to 0.22.0.
- [Release notes](https://github.com/bluejekyll/trust-dns/releases)
- [Changelog](https://github.com/bluejekyll/trust-dns/blob/main/CHANGELOG.md)
- [Commits](bluejekyll/trust-dns@v0.21.2...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/async-std-resolver-0.22.0 branch from e6b655f to 0de5cbc Compare April 9, 2023 07:37
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2023

Superseded by #1331.

@dependabot dependabot bot closed this Aug 28, 2023
@dependabot dependabot bot deleted the dependabot/cargo/async-std-resolver-0.22.0 branch August 28, 2023 00:51
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