Skip to content

Commit db53ec2

Browse files
authored
refactor(ext/net): Use hickory dns instead of unmaintained trust-dns (denoland#26741)
This PR replaces the unmaintained and rebranded `trust-dns` to `hickory` for resolver in `deno_net`.
1 parent b3a3d84 commit db53ec2

File tree

5 files changed

+133
-195
lines changed

5 files changed

+133
-195
lines changed

Cargo.lock

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

ext/net/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ path = "lib.rs"
1717
deno_core.workspace = true
1818
deno_permissions.workspace = true
1919
deno_tls.workspace = true
20+
hickory-proto = "0.24"
21+
hickory-resolver = { version = "0.24", features = ["tokio-runtime", "serde-config"] }
2022
pin-project.workspace = true
2123
rustls-tokio-stream.workspace = true
2224
serde.workspace = true
2325
socket2.workspace = true
2426
thiserror.workspace = true
2527
tokio.workspace = true
26-
trust-dns-proto = "0.23"
27-
trust-dns-resolver = { version = "0.23", features = ["tokio-runtime", "serde-config"] }

0 commit comments

Comments
 (0)