Skip to content

Commit 291d29d

Browse files
Bump hickory-proto from 0.24.1 to 0.24.4 (#121)
Bumps [hickory-proto](https://github.com/hickory-dns/hickory-dns) from 0.24.1 to 0.24.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hickory-dns/hickory-dns/releases">hickory-proto's releases</a>.</em></p> <blockquote> <h2>0.24.4</h2> <h2>What's Changed</h2> <ul> <li>[0.24] Use cargo environment variables for path to executable by <a href="https://github.com/msrd0"><code>@​msrd0</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2773">hickory-dns/hickory-dns#2773</a></li> <li>[0.24] bump ring to 0.17.8 by <a href="https://github.com/drahnr"><code>@​drahnr</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2759">hickory-dns/hickory-dns#2759</a></li> <li>Prepare 0.24.4 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2784">hickory-dns/hickory-dns#2784</a></li> </ul> <h2>v0.24.3</h2> <h2>What's Changed</h2> <ul> <li>Fix tests on 0.24 release branch by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2752">hickory-dns/hickory-dns#2752</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hickory-dns/hickory-dns/compare/v0.24.2...v0.24.3">https://github.com/hickory-dns/hickory-dns/compare/v0.24.2...v0.24.3</a></p> <h2>v0.24.2</h2> <h2>What's Changed</h2> <ul> <li>0.24: upgrade to idna 1 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2664">hickory-dns/hickory-dns#2664</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hickory-dns/hickory-dns/blob/main/OLD-CHANGELOG.md">hickory-proto's changelog</a>.</em></p> <blockquote> <h1>Change Log: Hickory DNS (formerly, Trust-DNS)</h1> <p>This is the historical changelog for Hickory DNS.</p> <p>Current release notes are maintained on <a href="https://github.com/hickory-dns/hickory-dns/releases">GitHub Releases</a>.</p> <h2>0.25.0-alpha.5</h2> <h2>What's Changed</h2> <ul> <li>Update the root hints file in the test configs directory. by <a href="https://github.com/marcus0x62"><code>@​marcus0x62</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2629">hickory-dns/hickory-dns#2629</a></li> <li>Referral filtering by <a href="https://github.com/marcus0x62"><code>@​marcus0x62</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2604">hickory-dns/hickory-dns#2604</a></li> <li>Fix check_drop_privs error on Windows by <a href="https://github.com/mokeyish"><code>@​mokeyish</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2630">hickory-dns/hickory-dns#2630</a></li> <li>Fix typos by <a href="https://github.com/kianmeng"><code>@​kianmeng</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2632">hickory-dns/hickory-dns#2632</a></li> <li>Simplify platform-independent privilege dropping by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2634">hickory-dns/hickory-dns#2634</a></li> <li>build(deps): bump libc from 0.2.164 to 0.2.167 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2635">hickory-dns/hickory-dns#2635</a></li> <li>Clean up ignored tests by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2642">hickory-dns/hickory-dns#2642</a></li> <li>Log server config on connection failure. by <a href="https://github.com/mstyura"><code>@​mstyura</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2637">hickory-dns/hickory-dns#2637</a></li> <li>Remove redundant Resolver constructors by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2644">hickory-dns/hickory-dns#2644</a></li> <li>Add support for ring-based RSA signing keys by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2589">hickory-dns/hickory-dns#2589</a></li> <li>Add conformance test to simulate packet loss by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2646">hickory-dns/hickory-dns#2646</a></li> <li>Conformance: test Hickory DNS with ring as well by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2647">hickory-dns/hickory-dns#2647</a></li> <li>Add separate ErrorKind for recursion limit by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2651">hickory-dns/hickory-dns#2651</a></li> <li>Move LookupFuture to resolver module by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2650">hickory-dns/hickory-dns#2650</a></li> <li>CachingClient: Move query depth counter to stack by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2648">hickory-dns/hickory-dns#2648</a></li> <li>Increase logging to diagnose Windows CI issue by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2652">hickory-dns/hickory-dns#2652</a></li> <li>Fix outdated references to AsyncResolver by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2653">hickory-dns/hickory-dns#2653</a></li> <li>build(deps): bump libc from 0.2.167 to 0.2.168 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2657">hickory-dns/hickory-dns#2657</a></li> <li>build(deps): bump tokio-rustls from 0.26.0 to 0.26.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2659">hickory-dns/hickory-dns#2659</a></li> <li>build(deps): bump thiserror from 2.0.3 to 2.0.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2660">hickory-dns/hickory-dns#2660</a></li> <li>async-std-resolver: remove README reference to mdns support by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2655">hickory-dns/hickory-dns#2655</a></li> <li>Remove support for OpenSSL by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2656">hickory-dns/hickory-dns#2656</a></li> <li>resolver: drop comparison/ordering implementations for configuration types by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2579">hickory-dns/hickory-dns#2579</a></li> <li>proto: account for fqdn in PartialEq impl by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2560">hickory-dns/hickory-dns#2560</a></li> <li>Allow API consumer to use OS port assignment for UDP sockets by <a href="https://github.com/marcus0x62"><code>@​marcus0x62</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2666">hickory-dns/hickory-dns#2666</a></li> <li>Fix conformance test DNSSEC feature handling by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2669">hickory-dns/hickory-dns#2669</a></li> <li>Add RFC 8906 conformance tests by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2667">hickory-dns/hickory-dns#2667</a></li> <li>conformance: allow hickory in DNS_TEST_PEER by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2674">hickory-dns/hickory-dns#2674</a></li> <li>conformance: enable unbound control interface by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2675">hickory-dns/hickory-dns#2675</a></li> <li>Miscellaneous cleanup by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2677">hickory-dns/hickory-dns#2677</a></li> <li>Parse unknown opcodes by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2673">hickory-dns/hickory-dns#2673</a></li> <li>build(deps): bump thiserror from 2.0.6 to 2.0.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2681">hickory-dns/hickory-dns#2681</a></li> <li>proto: hash lowercase names for DS and NSEC3 by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2685">hickory-dns/hickory-dns#2685</a></li> <li>Reformat large inline tables in config files by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2686">hickory-dns/hickory-dns#2686</a></li> <li>resolver: never use truncated UDP response by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2682">hickory-dns/hickory-dns#2682</a></li> <li>Upgrade conformance workspace dependencies by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2671">hickory-dns/hickory-dns#2671</a></li> <li>proto: expose EdnsFlags::z as u16 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2684">hickory-dns/hickory-dns#2684</a></li> <li>conformance: avoid arithmetic overflow of key tag by <a href="https://github.com/divergentdave"><code>@​divergentdave</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2687">hickory-dns/hickory-dns#2687</a></li> <li>Implement RFC <a href="https://redirect.github.com/hickory-dns/hickory-dns/issues/2195">#2195</a> by <a href="https://github.com/pvdrz"><code>@​pvdrz</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2678">hickory-dns/hickory-dns#2678</a></li> <li>Simplify server configuration by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2672">hickory-dns/hickory-dns#2672</a></li> <li>Clean up DNSSEC support by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/hickory-dns/hickory-dns/pull/2670">hickory-dns/hickory-dns#2670</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hickory-dns/hickory-dns/commit/b00cc1052cf769250063005e9fa268519522778f"><code>b00cc10</code></a> Bump versions to 0.24.4</li> <li><a href="https://github.com/hickory-dns/hickory-dns/commit/653d03eb9e8afe994bf4dc011c924830c0beeeba"><code>653d03e</code></a> fix/test: use .1 ending of IP address in test, .0 will yield a different error</li> <li><a href="https://github.com/hickory-dns/hickory-dns/commit/5a5c9810458c4b0084050216b720c8c6fe02ffe9"><code>5a5c981</code></a> feat: add err log if not matching the expected kind</li> <li><a href="https://github.com/hickory-dns/hickory-dns/commit/321d53f8b69b74ee5627721114479c1c4438e875"><code>321d53f</code></a> chore/dependency(ring): bump to 0.17.8</li> <li><a href="https://github.com/hickory-dns/hickory-dns/commit/39bf9c824679b8e851623e78a07a1adce07ae50f"><code>39bf9c8</code></a> [0.24] Use cargo environment variables for path to executable (<a href="https://redirect.github.com/hickory-dns/hickory-dns/issues/2773">#2773</a>)</li> <li><a href="https://github.com/hickory-dns/hickory-dns/commit/7df98a4a5b8ec28969c2886f811425d824074f92"><code>7df98a4</code></a> Fix tests on 0.24 release branch (<a href="https://redirect.github.com/hickory-dns/hickory-dns/issues/2752">#2752</a>)</li> <li><a href="https://github.com/hickory-dns/hickory-dns/commit/fd25a74a9add698badf6975d6ef7b92fd78265bd"><code>fd25a74</code></a> Bump version to 0.24.3</li> <li><a href="https://github.com/hickory-dns/hickory-dns/commit/e118c6eec569f4340421f86ee0686714010c63e9"><code>e118c6e</code></a> Check RRSIG over DNSKEY RRset w/ authenticated key</li> <li><a href="https://github.com/hickory-dns/hickory-dns/commit/9cdb4845a5f3f1485cc0766ee56532d575d042d6"><code>9cdb484</code></a> Bump version to 0.24.2</li> <li><a href="https://github.com/hickory-dns/hickory-dns/commit/1b84e3acf6e5e9c1ee741da6fe60a00bae315bba"><code>1b84e3a</code></a> Upgrade h3 and h3-quinn to avoid instant</li> <li>Additional commits viewable in <a href="https://github.com/hickory-dns/hickory-dns/compare/v0.24.1...v0.24.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hickory-proto&package-manager=cargo&previous-version=0.24.1&new-version=0.24.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/paritytech/try-runtime-cli/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 855c5f3 commit 291d29d

1 file changed

Lines changed: 223 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 223 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)