summaryrefslogtreecommitdiff
path: root/ext/node
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-09-23 19:40:36 +0530
committerGitHub <noreply@github.com>2024-09-23 19:40:36 +0530
commitbfdca5bc7a05553f3921f3d3f840dadf1f1dbd5c (patch)
treef925482ffef98db41c0caaeb6b7a74ae538a77bb /ext/node
parentb1550842d99e54a248615d7876b45f9d1d9696b6 (diff)
feat(ext/crypto): import and export p521 keys (#25789)
Towards https://github.com/denoland/deno/issues/13449
Diffstat (limited to 'ext/node')
-rw-r--r--ext/node/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 24e7ecf2e..1cd97e3e8 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -81,7 +81,7 @@ ring.workspace = true
ripemd = { version = "0.1.3", features = ["oid"] }
rsa.workspace = true
scrypt = "0.11.0"
-sec1 = "0.7"
+sec1.workspace = true
serde = "1.0.149"
sha1.workspace = true
sha2.workspace = true