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

deps: bump the trust-dns group with 3 updates #506

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 29, 2023

Bumps the trust-dns group with 3 updates: trust-dns-proto, async-std-resolver and trust-dns-resolver.

Updates trust-dns-proto from 0.23.0 to 0.23.2

Release notes

Sourced from trust-dns-proto's releases.

Update docs.rs and generated docs to reference Hickory

0.23.2

Changed

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

Rebranding of Trust-DNS to Hickory DNS notice

0.23.1

Changed

Changelog

Sourced from trust-dns-proto's changelog.

0.23.2

Changed

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

0.23.1

Changed

Commits
  • 1d0b804 set release branches to only check with the least supported rust version
  • 7a889f4 bump version to 0.23.2 for lib.rs notices
  • 6034baf Add Hickory rebrand message to generated docs for the libraries
  • 228210c Prepare 0.23.1 (#2056)
  • See full diff in compare view

Updates async-std-resolver from 0.23.0 to 0.24.0

Release notes

Sourced from async-std-resolver's releases.

v0.24 Announcing Hickory DNS

0.24.0

NOTICE This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, from 0.24.0 onward. This blog post explains the reasoning behind this move.

Changed

  • (proto) Make DnsHandle::send &self instead of &mut self #2018 by ibigbug
  • (all) Update dependencies (avoid vulnerability), optional TOML, remove unused dependencies #2028 by djc
  • (server) Privatize the Lexer API #2040 by djc
  • (server) Use consistent error type for read_system_conf() #2047 by djc
  • (server) Optimized shutdown_gracefully() #2041 by caobug

Added

  • (server) add register with rustls server config #2004 by yaotthaha
  • (all) Add webpki-roots and native-certs crate features #2005 by daxpedda
  • (bin) add run-example target to justfile to simply start trust-dns for manual testing #2020 by bluejekyll
  • (all) DoH3 support #1987 by daxpedda

Fixed

  • (bin) Add root certificates to the binary crate #2059 by daxpedda
  • (proto) proto/rr: do not deserialize ClientSubnets with invalid prefixes #2057 by 00xc
  • (resolver) Fix the resolver version warning in the workspace #2013 by bluejekyll
  • (proto) Forward serde-config feature to the proto crate #2019 by cetanu
  • (server) Prevent task reaping from blocking #2023 by lpraneis
  • (proto) Dont panic on nsec without dnssec #2025 by bluejekyll
  • (server) Spawn H2 Data frame processing into a separate task #2033 by yaroslavros
  • (proto) DoQ default configuration #2036 by daxpedda
  • (resolver) caching bug when CNAME leads to negative response #2053 by Clendenin

Removed

  • (resolver) Remove Copy from ResolverOpts #2029 by daxpedda

Rebranding of Trust-DNS to Hickory DNS notice

0.23.1

Changed

Changelog

Sourced from async-std-resolver's changelog.

0.24.0

NOTICE This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, from 0.24.0 onward. This blog post explains the reasoning behind this move.

Changed

  • (proto) Make DnsHandle::send &self instead of &mut self #2018 by ibigbug
  • (all) Update dependencies (avoid vulnerability), optional TOML, remove unused dependencies #2028 by djc
  • (server) Privatize the Lexer API #2040 by djc
  • (server) Use consistent error type for read_system_conf() #2047 by djc
  • (server) Optimized shutdown_gracefully() #2041 by caobug

Added

  • (server) add register with rustls server config #2004 by yaotthaha
  • (all) Add webpki-roots and native-certs crate features #2005 by daxpedda
  • (bin) add run-example target to justfile to simply start trust-dns for manual testing #2020 by bluejekyll
  • (all) DoH3 support #1987 by daxpedda

Fixed

  • (bin) Add root certificates to the binary crate #2059 by daxpedda
  • (proto) proto/rr: do not deserialize ClientSubnets with invalid prefixes #2057 by 00xc
  • (resolver) Fix the resolver version warning in the workspace #2013 by bluejekyll
  • (proto) Forward serde-config feature to the proto crate #2019 by cetanu
  • (server) Prevent task reaping from blocking #2023 by lpraneis
  • (proto) Dont panic on nsec without dnssec #2025 by bluejekyll
  • (server) Spawn H2 Data frame processing into a separate task #2033 by yaroslavros
  • (proto) DoQ default configuration #2036 by daxpedda
  • (resolver) caching bug when CNAME leads to negative response #2053 by Clendenin

Removed

  • (resolver) Remove Copy from ResolverOpts #2029 by daxpedda

0.23.1, NOTE: Before this point the project was formerly known as Trust-DNS

Changed

Commits
  • 408d0ba Prepare 0.24 release with branding change to Hickory DNS (#2054)
  • dac1009 remove notices of move to Hickory since this is already Hickory.
  • 65c5327 Prepare 0.23.1 (#2056)
  • 6cbd26a Add root certificates to the binary crate
  • c9cc5c9 proto/rr: do not deserialize ClientSubnets with invalid prefixes
  • 45bd92f Fixes caching bug when CNAME leads to negative response
  • c9a2ce4 cleanliness updates for rustc 1.73
  • a846914 Parallelize concurrent requests
  • 09a12da Document ALPN insertion behavior
  • f10faa3 Rename HTTPS implementation to H2
  • Additional commits viewable in compare view

Updates trust-dns-resolver from 0.23.0 to 0.23.2

Release notes

Sourced from trust-dns-resolver's releases.

Update docs.rs and generated docs to reference Hickory

0.23.2

Changed

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

Rebranding of Trust-DNS to Hickory DNS notice

0.23.1

Changed

Changelog

Sourced from trust-dns-resolver's changelog.

0.23.2

Changed

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

0.23.1

Changed

Commits
  • 1d0b804 set release branches to only check with the least supported rust version
  • 7a889f4 bump version to 0.23.2 for lib.rs notices
  • 6034baf Add Hickory rebrand message to generated docs for the libraries
  • 228210c Prepare 0.23.1 (#2056)
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the trust-dns group with 3 updates: [trust-dns-proto](https://github.com/bluejekyll/trust-dns), [async-std-resolver](https://github.com/bluejekyll/trust-dns) and [trust-dns-resolver](https://github.com/bluejekyll/trust-dns).


Updates `trust-dns-proto` from 0.23.0 to 0.23.2
- [Release notes](https://github.com/bluejekyll/trust-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/v0.23.2/CHANGELOG.md)
- [Commits](bluejekyll/trust-dns@v0.23.0...v0.23.2)

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

Updates `trust-dns-resolver` from 0.23.0 to 0.23.2
- [Release notes](https://github.com/bluejekyll/trust-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/v0.23.2/CHANGELOG.md)
- [Commits](bluejekyll/trust-dns@v0.23.0...v0.23.2)

---
updated-dependencies:
- dependency-name: trust-dns-proto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trust-dns
- dependency-name: async-std-resolver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trust-dns
- dependency-name: trust-dns-resolver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trust-dns
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 29, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 29, 2023

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Nov 29, 2023
@dependabot dependabot bot deleted the dependabot/cargo/trust-dns-29eec48113 branch November 29, 2023 04:37
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants