summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 10:25:54 +0800
committerGitHub <noreply@github.com>2023-11-01 10:25:54 +0800
commita8b051710a69009d582e3aca8c06214912b8b36a (patch)
tree965ad36c3ba1009b5e2bd6b5db4557167d7e6544 /Cargo.toml
parenta46c9337dc006dec0b1d7c89caf945b5a770664f (diff)
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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7703ad5..6c0afff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]