Skip to content

Commit

Permalink
refactor(ext/net): Use hickory dns instead of unmaintained trust-dns (#…
Browse files Browse the repository at this point in the history
…26741)

This PR replaces the unmaintained and rebranded `trust-dns` to `hickory`
for resolver in `deno_net`.
  • Loading branch information
hamidrezakp authored Nov 6, 2024
1 parent b3a3d84 commit db53ec2
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 195 deletions.
248 changes: 92 additions & 156 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions ext/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ path = "lib.rs"
deno_core.workspace = true
deno_permissions.workspace = true
deno_tls.workspace = true
hickory-proto = "0.24"
hickory-resolver = { version = "0.24", features = ["tokio-runtime", "serde-config"] }
pin-project.workspace = true
rustls-tokio-stream.workspace = true
serde.workspace = true
socket2.workspace = true
thiserror.workspace = true
tokio.workspace = true
trust-dns-proto = "0.23"
trust-dns-resolver = { version = "0.23", features = ["tokio-runtime", "serde-config"] }
Loading

0 comments on commit db53ec2

Please sign in to comment.