summaryrefslogtreecommitdiff
path: root/ext/net/Cargo.toml
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-03-24 12:47:35 +1100
committerKitson Kelly <me@kitsonkelly.com>2022-03-24 14:47:06 +1100
commitcff1e92ecf17933a4fcd2ea6a18abfdf89316e37 (patch)
treeb9dc3685eda53147214af8232c30c1e08eb9d1b2 /ext/net/Cargo.toml
parentc755548e0212ea6f4fc211adc85bfdc581e6045e (diff)
1.20.2
Diffstat (limited to 'ext/net/Cargo.toml')
-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 179651d35..e1471d225 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.34.0"
+version = "0.35.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.124.0", path = "../../core" }
-deno_tls = { version = "0.29.0", path = "../tls" }
+deno_core = { version = "0.125.0", path = "../../core" }
+deno_tls = { version = "0.30.0", path = "../tls" }
log = "0.4.14"
serde = { version = "1.0.129", features = ["derive"] }
socket2 = "0.4.2"