diff options
Diffstat (limited to 'azalea-protocol/Cargo.toml')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 2 |
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 } |
