diff options
Diffstat (limited to 'utils/tcp_connection/Cargo.toml')
| -rw-r--r-- | utils/tcp_connection/Cargo.toml | 12 |
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" |
