diff options
| author | mat <git@matdoes.dev> | 2024-12-21 03:06:56 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-21 03:06:56 +0000 |
| commit | 641b99c7afda4b747ab2f293cc106cc15968d0f4 (patch) | |
| tree | 20f118a4a00852014527805bb28f9c7feb359a03 /azalea-protocol/Cargo.toml | |
| parent | 98e5efb577ebb0b2671c3164c3a8bb7c398b47ea (diff) | |
| download | azalea-drasl-641b99c7afda4b747ab2f293cc106cc15968d0f4.tar.xz | |
update trust-dns -> hickory-dns
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 414b8b4c..3d5d2ec1 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -47,7 +47,7 @@ thiserror = { workspace = true } tokio = { workspace = true, features = ["io-util", "net", "macros"] } tokio-util = { workspace = true, features = ["codec"] } tracing = { workspace = true } -trust-dns-resolver = { workspace = true, features = ["tokio-runtime"] } +hickory-resolver = { workspace = true, features = ["tokio-runtime"] } uuid = { workspace = true } [features] |
