From 296654f7660407cb00e356873b8027187d3d54b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:20:59 +0000 Subject: [PATCH] build(deps): Update trust-dns-resolver requirement from 0.20 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.20.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 51c9a8fadd1..55d6970cceb 100644 --- a/transports/dns/Cargo.toml +++ b/transports/dns/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } log = "0.4.1" futures = "0.3.1" -trust-dns-resolver = { version = "0.20", default-features = false, features = ["system-config"] } +trust-dns-resolver = { version = "0.22", default-features = false, features = ["system-config"] } async-std-resolver = { version = "0.20", optional = true } smallvec = "1.6.1"