From 0c929c0923668a1ef4434a73c3438758d7b4210c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:20:49 +0000 Subject: [PATCH] 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 679d6a6..1c18fb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ indextree = "4.6" time = { version = "0.3", features = ["local-offset"] } time-tz = "1" printpdf = "0.5" -trust-dns-resolver = "0.22" +trust-dns-resolver = "0.23" log = "0.4" simplelog = "0.12" itertools = "0.12"