summaryrefslogtreecommitdiff
path: root/utils/tcp_connection/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-12 03:11:51 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-12 03:11:51 +0800
commit78edd539c3a40186804a40b2fcefce6f3e0b8e2c (patch)
treedc71b216dbf0df0685e538b6b66986b3065884e5 /utils/tcp_connection/Cargo.toml
parent762e3119401fbee25ec18fee2ff220d9b12d48e8 (diff)
Update crypto dependencies and refactor challenge generation
Diffstat (limited to 'utils/tcp_connection/Cargo.toml')
-rw-r--r--utils/tcp_connection/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
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"