Skip to content

Commit 641b99c

Browse files
committed
update trust-dns -> hickory-dns
1 parent 98e5efb commit 641b99c

File tree

4 files changed

+82
-108
lines changed

4 files changed

+82
-108
lines changed

Cargo.lock

Lines changed: 77 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tokio = "1.42.0"
7878
tokio-util = "0.7.13"
7979
tracing = "0.1.41"
8080
tracing-subscriber = "0.3.19"
81-
trust-dns-resolver = { version = "0.23.2", default-features = false }
81+
hickory-resolver = { version = "0.24.2", default-features = false }
8282
uuid = "1.11.0"
8383

8484
# --- Profile Settings ---

azalea-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ thiserror = { workspace = true }
4747
tokio = { workspace = true, features = ["io-util", "net", "macros"] }
4848
tokio-util = { workspace = true, features = ["codec"] }
4949
tracing = { workspace = true }
50-
trust-dns-resolver = { workspace = true, features = ["tokio-runtime"] }
50+
hickory-resolver = { workspace = true, features = ["tokio-runtime"] }
5151
uuid = { workspace = true }
5252

5353
[features]

0 commit comments

Comments
 (0)