Bump dep trust-dns-resolver to v0.22 (#1647)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU
2022-10-09 23:18:55 +11:00
committed by GitHub
parent a0a7db0113
commit 4c377661bb

View File

@@ -134,7 +134,7 @@ tokio-util = { version = "0.7.1", default-features = false, features = ["codec",
tokio-socks = { version = "0.5.1", optional = true } tokio-socks = { version = "0.5.1", optional = true }
## trust-dns ## 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] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
env_logger = "0.8" env_logger = "0.8"