From d6ad1128bdaf9e9a61b5cab5bfb6c3dd083f012d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 19:50:24 +0000 Subject: [PATCH] fix(deps): update rust crate trust-dns-resolver to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54b8135..38040d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["fs", "time"] } tracing = "0.1" -trust-dns-resolver = { version = "0.22", optional = true } +trust-dns-resolver = { version = "0.23", optional = true } uuid = { version = "1.4.1", features = ["v4"], optional = true } [dev-dependencies]