From 49012cbc337589089697c2c6ce4708538441d968 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 22 Mar 2022 09:19:53 -0400 Subject: feat: upgrade to swc_ecmascript 0.137.0 (#14067) --- ext/crypto/Cargo.toml | 2 +- ext/tls/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index 6c8d420c5..570bb39aa 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -24,7 +24,7 @@ deno_core = { version = "0.124.0", path = "../../core" } deno_web = { version = "0.73.0", path = "../web" } elliptic-curve = { version = "0.10.6", features = ["std", "pem"] } num-traits = "0.2.14" -once_cell = "=1.9.0" +once_cell = "1.10.0" p256 = { version = "0.9.0", features = ["ecdh"] } p384 = "0.8.0" rand = "0.8.4" 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" -- cgit v1.2.3