From 5202f5460db793df198ea2751a5aebeaf67521af Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sat, 4 Nov 2023 09:59:25 +0530 Subject: chore(ext/crypto): upgrade ec crates --- ext/node/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ext/node') diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 2d78dd431..8877a9cb1 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -59,7 +59,7 @@ ring.workspace = true ripemd = "0.1.3" rsa.workspace = true scrypt = "0.11.0" -secp256k1 = { version = "0.27.0", features = ["rand-std"] } +secp256k1 = { version = "0.28.0", features = ["rand-std"] } serde = "1.0.149" sha-1 = "0.10.0" sha2.workspace = true @@ -68,6 +68,5 @@ tokio.workspace = true typenum = "1.15.0" url.workspace = true winapi.workspace = true -# https://github.com/dalek-cryptography/x25519-dalek/pull/89 -x25519-dalek = "2.0.0-pre.1" +x25519-dalek = "2.0.0" x509-parser = "0.15.0" -- cgit v1.2.3