aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-04-24 10:03:29 -1300
committermat <git@matdoes.dev>2025-04-24 10:03:29 -1300
commit54062c82fdd8a60ecfc79cd5e6252f9ead4c7a1b (patch)
treeaa53e75e0ce90636f76d09671f28569e9e176e52 /azalea-protocol/Cargo.toml
parent0fc0fe41d4a8194a0f10f8a13e8194e89eb05d06 (diff)
downloadazalea-drasl-54062c82fdd8a60ecfc79cd5e6252f9ead4c7a1b.tar.xz
update to git hickory-resolver and use system resolver
Diffstat (limited to 'azalea-protocol/Cargo.toml')
-rw-r--r--azalea-protocol/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 }