From ee580ab885b35a95a00496d8629b59d0afdb0974 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 4 May 2026 16:01:36 +0800 Subject: Fix dependencies --- utils/tcp_connection/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/tcp_connection/Cargo.toml b/utils/tcp_connection/Cargo.toml index 1a68191..b3cbac7 100644 --- a/utils/tcp_connection/Cargo.toml +++ b/utils/tcp_connection/Cargo.toml @@ -18,8 +18,8 @@ thiserror = "2.0.17" uuid = "1.18.1" # Crypto +ed25519-dalek = "2.2.0" rsa = { version = "0.9", features = ["pkcs5", "sha2"] } -ed25519-dalek = "3.0.0-pre.1" ring = "0.17" rand = "0.10" base64 = "0.22" -- cgit