From 78edd539c3a40186804a40b2fcefce6f3e0b8e2c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 12 Feb 2026 03:11:51 +0800 Subject: Update crypto dependencies and refactor challenge generation --- utils/tcp_connection/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'utils/tcp_connection/Cargo.toml') diff --git a/utils/tcp_connection/Cargo.toml b/utils/tcp_connection/Cargo.toml index da258be..1a68191 100644 --- a/utils/tcp_connection/Cargo.toml +++ b/utils/tcp_connection/Cargo.toml @@ -20,9 +20,9 @@ uuid = "1.18.1" # Crypto rsa = { version = "0.9", features = ["pkcs5", "sha2"] } ed25519-dalek = "3.0.0-pre.1" -ring = "0.17.14" -rand = "0.10.0-rc.0" -base64 = "0.22.1" -pem = "3.0.6" -crc = "3.3.0" -blake3 = "1.8.2" +ring = "0.17" +rand = "0.10" +base64 = "0.22" +pem = "3.0" +crc = "3.3" +blake3 = "1.8" -- cgit