From 71d33d5c04e615bc4bbbdb6d46b013b57c6d3772 Mon Sep 17 00:00:00 2001 From: Aramik Date: Thu, 20 Jun 2024 14:33:34 -0700 Subject: [PATCH] bump curve25519-dalek to v4.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9943958..32a5b60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ aead = { version = "0.5.2", default-features = false, optional = true } arrayref = { version = "0.3.7", default-features = false } # needs to match parity-scale-code which is "=0.7.0" arrayvec = { version = "0.7.4", default-features = false } -curve25519-dalek = { version = "4.1.0", default-features = false, features = [ +curve25519-dalek = { version = "4.1.3", default-features = false, features = [ "digest", "zeroize", "precomputed-tables",