From cfaffe9e5bbd18e48e8af2f03ea6512cf0a52379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:31:02 +0000 Subject: build(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 (#24251) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.2 to 4.1.3. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk --- ext/crypto/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/crypto') 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"] } -- cgit v1.2.3