[Updated]

This commit is contained in:
Alex Emmet 2026-03-25 23:05:32 +01:00
commit 9699147fa8
3 changed files with 63 additions and 67 deletions

View file

@ -9,13 +9,13 @@ ttp-native = { git = "https://github.com/Tensamin/TTP.git", package = "ttp-nativ
actix-web = { version = "4", features = ["rustls-0_23"] }
actix-web-actors = "4"
aes-gcm = "*"
aes-gcm = "0.10.3"
base64 = "0.22.1"
crossterm = "*"
futures = "*"
futures-util = "*"
hex = "*"
hkdf = "*"
hkdf = "0.12.4"
hyper-util = { version = "*" }
hyper = { version = "1.8.1", features = [
"capi",
@ -32,7 +32,7 @@ rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
reqwest = "0.13.2"
rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
sha2 = "*"
sha2 = "0.10.9"
sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] }
tokio-tungstenite = { version = "*", features = ["native-tls"] }