From efa1c1c9644237e82ec19a3e9ccac7e393d20e52 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 3 Nov 2023 23:32:49 +0530 Subject: chore(ext/crypto): bump curve25519-dalek to 4.1 --- ext/crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') 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"] } -- cgit v1.2.3