Skip to content

Commit

Permalink
update trust-dns -> hickory-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Dec 21, 2024
1 parent 98e5efb commit 641b99c
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 108 deletions.
180 changes: 77 additions & 103 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tokio = "1.42.0"
tokio-util = "0.7.13"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
trust-dns-resolver = { version = "0.23.2", default-features = false }
hickory-resolver = { version = "0.24.2", default-features = false }
uuid = "1.11.0"

# --- Profile Settings ---
Expand Down
2 changes: 1 addition & 1 deletion azalea-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading

0 comments on commit 641b99c

Please sign in to comment.