summaryrefslogtreecommitdiff
path: root/ext/tls
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/tls
parentc755548e0212ea6f4fc211adc85bfdc581e6045e (diff)
1.20.2
Diffstat (limited to 'ext/tls')
-rw-r--r--ext/tls/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 345c878ef..6632fdb39 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.29.0"
+version = "0.30.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,7 +14,7 @@ description = "TLS for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.124.0", path = "../../core" }
+deno_core = { version = "0.125.0", path = "../../core" }
once_cell = "1.10.0"
rustls = { version = "0.20", features = ["dangerous_configuration"] }
rustls-native-certs = "0.6.1"