summaryrefslogtreecommitdiff
path: root/ext/net
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-31 15:48:35 -0400
committerGitHub <noreply@github.com>2022-03-31 15:48:35 -0400
commit7fec7c834cb504f35f1dd03a9a464e164b8e13d8 (patch)
treea69be8a8bd5a511592d5c59fa7e7dd372ec4b920 /ext/net
parentb0f974fbfd39db2d7c9d37d4c3ed3f21526d7ca3 (diff)
1.20.4 (#14168)
Diffstat (limited to 'ext/net')
-rw-r--r--ext/net/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index 6d42ab156..1762a9f9e 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.36.0"
+version = "0.37.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,8 +14,8 @@ description = "Networking for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.126.0", path = "../../core" }
-deno_tls = { version = "0.31.0", path = "../tls" }
+deno_core = { version = "0.127.0", path = "../../core" }
+deno_tls = { version = "0.32.0", path = "../tls" }
log = "0.4.14"
serde = { version = "1.0.129", features = ["derive"] }
socket2 = "0.4.2"