diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-22 09:19:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-22 09:19:53 -0400 |
| commit | 49012cbc337589089697c2c6ce4708538441d968 (patch) | |
| tree | e72075d895cf1acbf8a687fb26b96b2303a0f0a9 /ext/crypto | |
| parent | 12d28dffc6c8d08e6620751e55d8a382c66443a2 (diff) | |
feat: upgrade to swc_ecmascript 0.137.0 (#14067)
Diffstat (limited to 'ext/crypto')
| -rw-r--r-- | ext/crypto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
