From 5295e900bfa705ba42e1390761464cd997d349d4 Mon Sep 17 00:00:00 2001 From: Vladimir Lebedev Date: Wed, 27 Mar 2024 12:39:37 +0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b73ee2..fcd6466 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ ctr = "0.9.1" aes = "0.8.1" log = "0.4.14" rand_core = "0.6.3" -x25519-dalek = { version = "2.0.1", features = ["static_secrets"], optional = true } -curve25519-dalek = { version = "4.1.2", optional = true } +x25519-dalek = { version = "2", features = ["static_secrets"], optional = true } +curve25519-dalek = { version = "4", optional = true } tokio = { version = "1", features = ["net", "io-util"] } tokio-util = { version = "0.7.10", features = ["codec"] } thiserror = "1"