diff options
Diffstat (limited to 'ext/crypto')
-rw-r--r-- | ext/crypto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index cd3fe8c5e..d02bf58a3 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -22,7 +22,7 @@ cbc.workspace = true const-oid = "0.9.0" ctr = "0.9.1" # https://github.com/dalek-cryptography/curve25519-dalek/pull/397 -curve25519-dalek = "2.1.3" +curve25519-dalek = "4.1.1" deno_core.workspace = true deno_web.workspace = true elliptic-curve = { version = "0.12.1", features = ["std", "pem"] } |