From c7894447eb5be069c9b075447f0a2f7871b3d8a1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 5 Jun 2024 17:39:39 -0400 Subject: chore: upgrade trust-dns-resolver and friends (#24108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To avoid duplicate winreg crate in #24056 --------- Co-authored-by: Bartek IwaƄczuk --- ext/net/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/net/Cargo.toml') diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index ccabcb57f..4db3cb541 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -21,5 +21,5 @@ rustls-tokio-stream.workspace = true serde.workspace = true socket2.workspace = true tokio.workspace = true -trust-dns-proto = "0.22" -trust-dns-resolver = { version = "0.22", features = ["tokio-runtime", "serde-config"] } +trust-dns-proto = "0.23" +trust-dns-resolver = { version = "0.23", features = ["tokio-runtime", "serde-config"] } -- cgit v1.2.3