chore(deps): bump trust-dns-resolver from 0.23.1 to 0.23.2 (#319)

Bumps [trust-dns-resolver](https://github.com/bluejekyll/trust-dns) from 0.23.1 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](https://github.com/bluejekyll/trust-dns/compare/v0.23.1...v0.23.2)

---
updated-dependencies:
- dependency-name: trust-dns-resolver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-11-01 10:25:54 +08:00
committed by GitHub
parent a46c9337dc
commit a8b051710a
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -1930,9 +1930,9 @@ dependencies = [
[[package]]
name = "trust-dns-proto"
version = "0.23.1"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "559ac980345f7f5020883dd3bcacf176355225e01916f8c2efecad7534f682c6"
checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374"
dependencies = [
"async-trait",
"cfg-if",
@@ -1955,9 +1955,9 @@ dependencies = [
[[package]]
name = "trust-dns-resolver"
version = "0.23.1"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c723b0e608b24ad04c73b2607e0241b2c98fd79795a95e98b068b6966138a29d"
checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6"
dependencies = [
"cfg-if",
"futures-util",

View File

@@ -39,7 +39,7 @@ resolv-conf = "0.7.0"
simplelog = "0.12.1"
thiserror = "1.0.50"
tokio = { version = "1.33", features = ["rt", "sync"] }
trust-dns-resolver = "0.23.1"
trust-dns-resolver = "0.23.2"
unicode-width = "0.1.11"
[target.'cfg(target_os = "linux")'.dependencies]