diff options
Diffstat (limited to 'ext/node')
-rw-r--r-- | ext/node/Cargo.toml | 5 |
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" |