summaryrefslogtreecommitdiff
path: root/ext/tls
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-22 09:19:53 -0400
committerGitHub <noreply@github.com>2022-03-22 09:19:53 -0400
commit49012cbc337589089697c2c6ce4708538441d968 (patch)
treee72075d895cf1acbf8a687fb26b96b2303a0f0a9 /ext/tls
parent12d28dffc6c8d08e6620751e55d8a382c66443a2 (diff)
feat: upgrade to swc_ecmascript 0.137.0 (#14067)
Diffstat (limited to 'ext/tls')
-rw-r--r--ext/tls/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 61d0cf5fe..345c878ef 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -15,7 +15,7 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.124.0", path = "../../core" }
-once_cell = "=1.9.0"
+once_cell = "1.10.0"
rustls = { version = "0.20", features = ["dangerous_configuration"] }
rustls-native-certs = "0.6.1"
rustls-pemfile = "0.3"