summaryrefslogtreecommitdiff
path: root/ext/node
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-11-04 09:59:25 +0530
committerDivy Srivastava <dj.srivastava23@gmail.com>2023-11-05 06:40:35 -0800
commit5202f5460db793df198ea2751a5aebeaf67521af (patch)
treeefb3a7845911474524e3d03468dd7f7deb40e56d /ext/node
parent46faf37ec06c19e1163a57157f6a21eaafe9f5d2 (diff)
chore(ext/crypto): upgrade ec crates
Diffstat (limited to 'ext/node')
-rw-r--r--ext/node/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
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"