summaryrefslogtreecommitdiff
path: root/ext/tls
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-12-04 01:26:54 +0100
committerGitHub <noreply@github.com>2021-12-04 01:26:54 +0100
commit72e9720e91630bdf28b1660c20c67baa39bdb586 (patch)
tree52d0223bb09924605c8143a7f26d6bf772faf9da /ext/tls
parent27ef275d27d57331ea602c12fdc7f4b6c73f3f1a (diff)
chore: merge v1.16.4 into main (#12984)
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 51040a7f1..c2746a753 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.14.0"
+version = "0.15.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.109.0", path = "../../core" }
+deno_core = { version = "0.110.0", path = "../../core" }
lazy_static = "1.4.0"
rustls = { version = "0.19.1", features = ["dangerous_configuration"] }
rustls-native-certs = "0.5.0"