From 246462ce7fd2fff82ab4c4ca44b22773ff78e36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:56:43 +0000 Subject: [PATCH] build(deps): update trust-dns-resolver requirement from 0.21 to 0.22 Updates the requirements on [trust-dns-resolver](https://github.com/bluejekyll/trust-dns) to permit the latest version. - [Release notes](https://github.com/bluejekyll/trust-dns/releases) - [Changelog](https://github.com/bluejekyll/trust-dns/blob/main/CHANGELOG.md) - [Commits](https://github.com/bluejekyll/trust-dns/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: trust-dns-resolver dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- transports/dns/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transports/dns/Cargo.toml b/transports/dns/Cargo.toml index 6b5c433e..00e14e09 100644 --- a/transports/dns/Cargo.toml +++ b/transports/dns/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.1" futures = "0.3.1" async-std-resolver = { version = "0.21", optional = true } parking_lot = "0.12.0" -trust-dns-resolver = { version = "0.21", default-features = false, features = ["system-config"] } +trust-dns-resolver = { version = "0.22", default-features = false, features = ["system-config"] } smallvec = "1.6.1" [dev-dependencies]