summaryrefslogtreecommitdiff
path: root/ext/crypto
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-11-03 23:32:49 +0530
committerDivy Srivastava <dj.srivastava23@gmail.com>2023-11-03 20:25:35 -0700
commitefa1c1c9644237e82ec19a3e9ccac7e393d20e52 (patch)
treebd117494f1ac1471c9b65602927cbe68a6154a5b /ext/crypto
parentee1e9a6434d4808b455a1b23b88784c152a2af97 (diff)
chore(ext/crypto): bump curve25519-dalek to 4.1
Diffstat (limited to 'ext/crypto')
-rw-r--r--ext/crypto/Cargo.toml2
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"] }