From c7b16b5d0306e34d36854d09192073bad9398164 Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Sat, 3 Aug 2024 10:51:51 +0530 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fe937f..3429987 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ version = "0.5.4" base64 = { version = "0.21", optional = true } bitflags = "2.3" chacha20 = { version = "0.9", features = ["zeroize"] } -curve25519-dalek = "4.0" +curve25519-dalek = "4.1.3" generic-array = "0.14" lazy_static = "1" rand_core = { version = "0.6", features = ["getrandom"] }