From 4c377661bb4abc0db910ae629990836487523e2c Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sun, 9 Oct 2022 23:18:55 +1100 Subject: [PATCH] Bump dep trust-dns-resolver to v0.22 (#1647) Signed-off-by: Jiahao XU Signed-off-by: Jiahao XU --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12c1980..568f59d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ tokio-util = { version = "0.7.1", default-features = false, features = ["codec", tokio-socks = { version = "0.5.1", optional = true } ## trust-dns -trust-dns-resolver = { version = "0.21", optional = true } +trust-dns-resolver = { version = "0.22", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] env_logger = "0.8"