avitex / rust-public-ip

Find the public IP address of a device
MIT License
28 stars 7 forks source link

Update trust-dns-client requirement from 0.18 to 0.19 #2

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

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

Release notes

Sourced from trust-dns-client's releases.

0.19.4 async-std-resolver support

0.19.4

Fixed

  • (resolver) properly reuse connections, for TCP, TLS, and HTTPS #1058

Added

  • (resolver) option to include intermediate (CNAME) records in results (@balboah) #1028
  • (async-std-resolver) added implementation for async-std! woohoo! (@belak) #1067 #1051 #926
  • (server) add support for $INCLUDE in zone files (@kachayev) #1027
  • (proto) exposed LabelIter from Name (@avitex) #1064

Changed

  • (all) updated rustls to 0.17
  • (all) updated tokio-rustls to 0.13
  • (all) min rustc compiler version now 1.40
Changelog

Sourced from trust-dns-client's changelog.

0.19.4

Fixed

  • (resolver) properly reuse connections, for TCP, TLS, and HTTPS #1058

Added

  • (resolver) option to include intermediate (CNAME) records in results (@balboah) #1028
  • (async-std-resolver) added implementation for async-std! woohoo! (@belak) #1067 #1051 #926
  • (server) add support for $INCLUDE in zone files (@kachayev) #1027
  • (proto) exposed LabelIter from Name (@avitex) #1064

Changed

  • (all) updated rustls to 0.17
  • (all) updated tokio-rustls to 0.13
  • (all) min rustc compiler version now 1.40

0.19.3

Changes

  • (all) update all dependencies
  • (all) minimize futures dependency to std features (@antonylsg) #1003
  • (all) cleanup clippy warnings for Rust v.1.41 #1008
  • (proto) make all fields public on ResolverOpts for ease of use (@ackintosh) #1009

0.19.2

Changes

  • (resolver) make system config loading optional to support fuchsia (@chunyingw) #996

0.19.1

Changes

  • (resolver) dependency on trust-dns-proto no is no-default-features (@chunyingw) #993

0.19.0

Changes

  • (resolver) AsyncResolver abstract over RuntimeProvider (@chunyingw) #975
  • (resolver) TokioAsyncResolver implementation now has default methods that have a default Handle::current set TokioAsyncResolver::tokio

Added

  • (resolver) testing module for generic tests across generic async runtime impls (@chunyingw) #979
... (truncated)
Commits
  • 2b81333 bump versions to 0.19.4, update Changelog
  • b8c25f8 cleanup some feature based build params
  • 5cdb526 update crates.io information
  • 9fbd437 port over all tests
  • 8cd4f66 add separate crate for AsyncStd
  • 2512f40 Add async-std support to CI
  • 82dbf6f Add basic support for async_std resolver
  • c131e71 Bump async-trait from 0.1.27 to 0.1.30
  • 359df60 fix depabot mistake
  • 2e69bb6 Bump tokio from 0.2.13 to 0.2.16
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like trust-dns-client is no longer updatable, so this is no longer needed.