Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps async-std-resolver from 0.22.0 to 0.24.1.

Release notes

Sourced from async-std-resolver's releases.

v0.24.1

0.24.1

Fixed

Break when socket is unexpectedly shut down #2171 by dlon

Update docs.rs and generated docs to reference Hickory

0.23.2

Changed

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

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

... (truncated)

Changelog

Sourced from async-std-resolver's changelog.

0.24.1

Fixed

  • (proto) Break when socket is unexpectedly shut down #2171 by dlon

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

0.23.0

Fixed

... (truncated)

Commits
  • e56a18e Bump version to 0.24.1
  • 29b2905 correct cargo.lock for backtrace
  • f055845 fix cleanliness for 1.76
  • b6b9f22 Change self.records.get(0) to self.records.first() in message_request.rs and ...
  • 3b733ba fix tests that were not being run
  • d596781 replace pkcs12 construction with raw cert/ca/key usage in rustls and native-t...
  • 973562c update certs
  • aad891e Forward hickory-dns's root cert features to hickory-resolver
  • 4966998 fix Cargo.lock hash
  • 7af601e Upgrade rusqlite to 0.31
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [async-std-resolver](https://github.com/hickory-dns/hickory-dns) from 0.22.0 to 0.24.1.
- [Release notes](https://github.com/hickory-dns/hickory-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.22.0...v0.24.1)

---
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 Apr 22, 2024
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.

0 participants