summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-18 23:31:02 +0000
committerGitHub <noreply@github.com>2024-06-18 23:31:02 +0000
commitcfaffe9e5bbd18e48e8af2f03ea6512cf0a52379 (patch)
tree9844a8a5ed2a56a39d4c61b0b019a7d0118f14d6 /ext
parent54075107914afae4fb9b2178c03549ffec1a2c21 (diff)
build(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 (#24251)
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.2 to 4.1.3. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext')
-rw-r--r--ext/crypto/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 484b86dde..190dc11ce 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -21,8 +21,7 @@ base64.workspace = true
cbc.workspace = true
const-oid = "0.9.0"
ctr = "0.9.1"
-# https://github.com/dalek-cryptography/curve25519-dalek/pull/397
-curve25519-dalek = "4.1.1"
+curve25519-dalek = "4.1.3"
deno_core.workspace = true
deno_web.workspace = true
elliptic-curve = { version = "0.13.1", features = ["std", "pem"] }