diff options
Diffstat (limited to 'ext/net/Cargo.toml')
-rw-r--r-- | ext/net/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 9f72456b9..1febbd533 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.163.0" +version = "0.169.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -17,10 +17,11 @@ path = "lib.rs" deno_core.workspace = true deno_permissions.workspace = true deno_tls.workspace = true +hickory-proto = "0.24" +hickory-resolver.workspace = true 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"] } |