Update deps + Docs for Webosckets in WEB-Modus

This commit is contained in:
Alexey
2026-08-26 10:16:18 +03:00
parent d2edd90479
commit 4e5bccd2c7
9 changed files with 157 additions and 61 deletions
+2
View File
@@ -76,6 +76,8 @@ hyper = { version = "1.10.1", features = ["client", "server", "http1"] }
hyper-util = { version = "0.1.20", features = ["tokio", "server-auto"] }
http-body-util = "0.1.3"
httpdate = "1.0.3"
tokio-tungstenite = { version = "0.30.0", default-features = false }
futures-util = { version = "0.3.32", default-features = false, features = ["sink", "std"] }
tokio-rustls = { version = "0.26.4", default-features = false, features = [
"tls12",
] }