From 54062c82fdd8a60ecfc79cd5e6252f9ead4c7a1b Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 24 Apr 2025 10:03:29 -1300 Subject: update to git hickory-resolver and use system resolver --- azalea-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/Cargo.toml') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 6e264da8..d1215a92 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -46,7 +46,7 @@ thiserror.workspace = true tokio = { workspace = true, features = ["io-util", "net", "macros"] } tokio-util = { workspace = true, features = ["codec"] } tracing.workspace = true -hickory-resolver = { workspace = true, features = ["tokio"] } +hickory-resolver = { workspace = true, features = ["tokio", "system-config"] } uuid.workspace = true crc32fast = { workspace = true, optional = true } -- cgit v1.2.3