From bfdca5bc7a05553f3921f3d3f840dadf1f1dbd5c Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Mon, 23 Sep 2024 19:40:36 +0530 Subject: feat(ext/crypto): import and export p521 keys (#25789) Towards https://github.com/denoland/deno/issues/13449 --- ext/node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/node') 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 -- cgit v1.2.3